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