Joda System API

org.joda.swing
Class NoBinderSwingJodaException

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

public class NoBinderSwingJodaException
extends IllegalArgumentJodaException

Exception thrown when no JComponentBinder could be found.

Author:
Stephen Colebourne
See Also:
Serialized Form

Constructor Summary
NoBinderSwingJodaException(java.lang.Object errSource, java.lang.Object value)
          Constructor
NoBinderSwingJodaException(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

NoBinderSwingJodaException

public NoBinderSwingJodaException(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

NoBinderSwingJodaException

public NoBinderSwingJodaException(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.