A runtime exception that describes problems that arise
when a bound property cannot be bound properly.
author: Karsten Lentzsch version: $Revision: 1.4 $ See Also:com.jgoodies.binding.beans.PropertyAdapter
Constructor Summary
public
PropertyNotBindableException(String message) Constructs a new exception instance with the specified detail message.
The cause is not initialized.
Parameters: message - the detail message.
public PropertyNotBindableException(String message)(Code)
Constructs a new exception instance with the specified detail message.
The cause is not initialized.
Parameters: message - the detail message. The detail message is saved forlater retrieval by the PropertyNotBindableException.getMessage() method.
Constructs a new exception instance with the specified detail message
and cause.
Parameters: message - the detail message (which is saved for later retrievalby the PropertyNotBindableException.getMessage() method). Parameters: cause - the cause (which is saved for later retrieval by thePropertyNotBindableException.getCause() method). (A null value ispermitted, and indicates that the cause is nonexistent orunknown.)