|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.geronimo.common.propertyeditor.PropertyEditorException
public class PropertyEditorException
An exception for property editor conversion problems.
Constructor Summary | |
---|---|
PropertyEditorException()
Default constructor for a PropertyException. |
|
PropertyEditorException(String message)
A PropertyEditorException with just an error message. |
|
PropertyEditorException(String message,
Throwable cause)
An exception with both a message and an internal exception. |
|
PropertyEditorException(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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyEditorException()
public PropertyEditorException(Throwable cause)
cause
- Original root cause of the PropertyEditorException.public PropertyEditorException(String message)
message
- The text error message describing the condition.public PropertyEditorException(String message, 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 |