|
||||||||||
| 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.formproc.FormConfigurationException
An exception which is thrown if there are any problems with form configuration.
| Constructor Summary | |
FormConfigurationException(java.lang.String message)
Construct a new FormConfigurationException with the given message. |
|
FormConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new FormConfigurationException with the given nested Exception and error message. |
|
FormConfigurationException(java.lang.Throwable throwable)
Construct a new FormConfigurationException with the given nested Exception. |
|
| Method Summary | |
java.lang.Throwable |
getThrowable()
Get the nested exception |
| 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 FormConfigurationException(java.lang.String message)
message - The messagepublic FormConfigurationException(java.lang.Throwable throwable)
throwable - The nested exception
public FormConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
message - The messagethrowable - The nested exception| Method Detail |
public java.lang.Throwable getThrowable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||