Joda System API

org.joda.swing
Class SwingJodaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--org.joda.util.IllegalArgumentJodaException
                                |
                                +--org.joda.swing.SwingJodaException
All Implemented Interfaces:
java.io.Serializable

public class SwingJodaException
extends IllegalArgumentJodaException

Exception thrown during Swing processing.

Author:
Stephen Colebourne
See Also:
Serialized Form

Constructor Summary
SwingJodaException(java.lang.Object errSource, java.lang.Object value)
          Constructor
SwingJodaException(java.lang.Object errSource, java.lang.Object value, java.lang.String message)
          Constructor
 
Methods inherited from class org.joda.util.IllegalArgumentJodaException
getRejectedValue, getSource
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwingJodaException

public SwingJodaException(java.lang.Object errSource,
                          java.lang.Object value)
Constructor

Parameters:
errSource - the object that generated the exception
value - the value that could not be converted

SwingJodaException

public SwingJodaException(java.lang.Object errSource,
                          java.lang.Object value,
                          java.lang.String message)
Constructor

Parameters:
errSource - the object that generated the exception
value - the value that could not be converted
message - a text message for the exception message

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.