public class ApplicationRuntimeException
extends org.apache.commons.lang.exception.NestableRuntimeException
An exception class for reporting runtime exceptions that are related to
objects or operations invoked on them.
Application
| Constructor and Description |
|---|
ApplicationRuntimeException(String msg)
Creates a new instance of
ApplicationRuntimeException and
sets the error message. |
ApplicationRuntimeException(String msg,
Throwable cause)
Creates a new instance of
ApplicationRuntimeException and
sets the error message and the root cause. |
ApplicationRuntimeException(Throwable cause)
Creates a new instance of
ApplicationRuntimeException 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 ApplicationRuntimeException(String msg)
ApplicationRuntimeException and
sets the error message.msg - the error messagepublic ApplicationRuntimeException(String msg, Throwable cause)
ApplicationRuntimeException and
sets the error message and the root cause.msg - the error messagecause - the root causepublic ApplicationRuntimeException(Throwable cause)
ApplicationRuntimeException and
sets the root cause.cause - the root causeCopyright © 2016 The JGUIraffe Team. All rights reserved.