public class FormActionException extends FormBuilderException
An exception class indicating a problem with the form action framework.
| Constructor and Description |
|---|
FormActionException(String msg)
Creates a new instance of
FormActionException and sets the
error message. |
FormActionException(String msg,
Throwable cause)
Creates a new instance of
FormActionException and sets
both the error message and the root cause. |
FormActionException(Throwable cause)
Creates a new instance of
FormActionException and sets the
root cause. |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic FormActionException(String msg)
FormActionException and sets the
error message.msg - the error messagepublic FormActionException(String msg, Throwable cause)
FormActionException and sets
both the error message and the root cause.msg - the error messagecause - the root causepublic FormActionException(Throwable cause)
FormActionException and sets the
root cause.cause - the root cause of this exceptionCopyright © 2016 The JGUIraffe Team. All rights reserved.