public class FormBuilderException
extends org.apache.commons.lang.exception.NestableException
An exception class for reporting errors of the form builder framework.
| Constructor and Description |
|---|
FormBuilderException(String msg)
Creates a new instance of
FormBuilderException and sets
the error message. |
FormBuilderException(String msg,
Throwable cause)
Creates a new instance of
FormBuilderException and sets
the error message and the root cause. |
FormBuilderException(Throwable cause)
Creates a new instance of
FormBuilderException and sets
the root cause of the exception. |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic FormBuilderException(String msg)
FormBuilderException and sets
the error message.msg - the error messagepublic FormBuilderException(Throwable cause)
FormBuilderException and sets
the root cause of the exception.cause - the root causeCopyright © 2016 The JGUIraffe Team. All rights reserved.