public class FormBuilderRuntimeException extends RuntimeException
An exception class for reporting runtime errors of the form builder framework.
| Constructor and Description |
|---|
FormBuilderRuntimeException(String msg)
Creates a new instance of
FormBuilderRuntimeException and
initializes it with an error message. |
FormBuilderRuntimeException(String msg,
Throwable cause)
Creates a new instance of
FormBuilderRuntimeException and
initializes it with an error message and a root cause, |
FormBuilderRuntimeException(Throwable cause)
Creates a new instance of
FormBuilderRuntimeException and
initializes it with a root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormBuilderRuntimeException(String msg)
FormBuilderRuntimeException and
initializes it with an error message.msg - the error messagepublic FormBuilderRuntimeException(Throwable cause)
FormBuilderRuntimeException and
initializes it with a root cause.cause - the root causeCopyright © 2016 The JGUIraffe Team. All rights reserved.