|
|||||||||||
| 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
org.apache.geronimo.common.propertyeditor.PropertyEditorException
An exception throw to indicate a problem with property editor conversion.
| Constructor Summary | |
PropertyEditorException()
Construct a PropertyEditorException with no specified detail message. |
|
PropertyEditorException(String msg)
Construct a PropertyEditorException with a specified detail message. |
|
PropertyEditorException(String msg,
Throwable detail)
Construct a PropertyEditorException with a specified detail Throwable and message. |
|
PropertyEditorException(Throwable detail)
Construct a PropertyEditorException with a specified detail Throwable. |
|
| 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(String msg)
msg - Detail message
public PropertyEditorException(String msg,
Throwable detail)
msg - Detail messagedetail - Detail Throwablepublic PropertyEditorException(Throwable detail)
detail - Detail Throwablepublic PropertyEditorException()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||