public class PropertyEditorException
extends java.lang.RuntimeException
Constructor and Description |
---|
PropertyEditorException()
Default constructor for a PropertyException.
|
PropertyEditorException(java.lang.String message)
A PropertyEditorException with just an error message.
|
PropertyEditorException(java.lang.String message,
java.lang.Throwable cause)
An exception with both a message and an internal exception.
|
PropertyEditorException(java.lang.Throwable cause)
PropertyEditorException with a wrappered inner exception.
|
public PropertyEditorException()
public PropertyEditorException(java.lang.Throwable cause)
cause
- Original root cause of the PropertyEditorException.public PropertyEditorException(java.lang.String message)
message
- The text error message describing the condition.public PropertyEditorException(java.lang.String message, java.lang.Throwable cause)
message
- The test error message.cause
- The root cause for the exception.