A runtime exception that is the abstract superclass for all exceptions
around Java Bean properties in the JGoodies Data Binding framework.
author: Karsten Lentzsch version: $Revision: 1.4 $ See Also:com.jgoodies.binding.beans.PropertyAdapter
Constructor Summary
public
PropertyException(String message) Constructs a new exception instance with the specified detail message.
The cause is not initialized.
Parameters: message - the detail message.
public
PropertyException(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 bythe PropertyException.getMessage()method). Parameters: cause - the cause (which is saved for later retrieval by thePropertyException.getCause()method).
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 for laterretrieval by the PropertyException.getMessage()method.
Constructs a new exception instance with the specified detail message
and cause.
Parameters: message - the detail message (which is saved for later retrieval bythe PropertyException.getMessage()method). Parameters: cause - the cause (which is saved for later retrieval by thePropertyException.getCause()method). (Anull value ispermitted, and indicates that the cause is nonexistent orunknown.)