com.jgoodies.binding.beans
Class PropertyNotBindableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jgoodies.binding.beans.PropertyException
com.jgoodies.binding.beans.PropertyNotBindableException
- All Implemented Interfaces:
- Serializable
public final class PropertyNotBindableException
- extends PropertyException
A runtime exception that describes problems that arise
when a bound property cannot be bound properly.
- Version:
- $Revision: 1.6 $
- Author:
- Karsten Lentzsch
- See Also:
PropertyAdapter
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyNotBindableException
public PropertyNotBindableException(String message)
- Constructs a new exception instance with the specified detail message.
The cause is not initialized.
- Parameters:
message
- the detail message which is saved for later retrieval by
the Throwable.getMessage()
method.
PropertyNotBindableException
public PropertyNotBindableException(String message,
Throwable cause)
- Constructs a new exception instance with the specified detail message
and cause.
- Parameters:
message
- the detail message which is saved for later retrieval by
the Throwable.getMessage()
method.cause
- the cause which is saved for later retrieval by the
Throwable.getCause()
method. A null
value is permitted,
and indicates that the cause is nonexistent or unknown.
Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.