|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nl.gx.webmanager.handler.forms.InitializationException
public class InitializationException
An initialization exception is thrown by the formhandler if a form definition was invalid or required components could not be initialized.
| Constructor Summary | |
|---|---|
InitializationException(java.lang.Exception cause)
Constructs a new initialization exception. |
|
InitializationException(java.lang.String message)
Constructs a new initialization exception. |
|
InitializationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new initialization 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 InitializationException(java.lang.String message)
message - The string describing the cause of the exception.
public InitializationException(java.lang.String message,
java.lang.Throwable cause)
message - The string describing the cause of the exception.cause - The root cause of the exception.public InitializationException(java.lang.Exception cause)
cause - The root cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||