com.jgoodies.binding.beans
Class PropertyNotBindableException
public final class PropertyNotBindableException
A runtime exception that describes problems that arise
when a bound property cannot be bound properly.
PropertyNotBindableException
public PropertyNotBindableException(String message)
Constructs a new exception instance with the specified detail message.
The cause is not initialized.
message
- the detail message which is saved for later retrieval by
the getMessage()
method.
PropertyNotBindableException
public PropertyNotBindableException(String message,
Throwable cause)
Constructs a new exception instance with the specified detail message
and cause.
message
- the detail message which is saved for later retrieval by
the getMessage()
method.cause
- the cause which is saved for later retrieval by the
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.