|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gui.componentEditor.propertyeditor.PropertyEditorException
public class PropertyEditorException
An exception for property editor conversion problems.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |