Package com.reportmill.base
Class RMException
java.lang.Object
java.lang.Throwable
java.lang.Error
com.reportmill.base.RMException
- All Implemented Interfaces:
Serializable
A simple subclass of Error that RM uses to indicate errors thrown by RM.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new uninitialized exception.Creates a new exception for a given exception string.Creates a new exception for a given throwable. -
Method Summary
Modifier and TypeMethodDescriptionOverrides standard error method to allow encapsulated throwable to provide stacktrace.Overrides standard error method to allow encapsulated throwable to provide message.Overrides standard error method to allow encapsulated throwable to provide message.void
Overrides standard error method to allow encapsulated throwable to provide stacktrace.void
Overrides standard error method to allow encapsulated throwable to provide stacktrace.void
Overrides standard error method to allow encapsulated throwable to provide stacktrace.toString()
Overrides standard error method to allow encapsulated throwable to provide string.Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
RMException
public RMException()Creates a new uninitialized exception. -
RMException
Creates a new exception for a given exception string. -
RMException
Creates a new exception for a given throwable.
-
-
Method Details
-
fillInStackTrace
Overrides standard error method to allow encapsulated throwable to provide stacktrace.- Overrides:
fillInStackTrace
in classThrowable
-
getLocalizedMessage
Overrides standard error method to allow encapsulated throwable to provide message.- Overrides:
getLocalizedMessage
in classThrowable
-
getMessage
Overrides standard error method to allow encapsulated throwable to provide message.- Overrides:
getMessage
in classThrowable
-
printStackTrace
public void printStackTrace()Overrides standard error method to allow encapsulated throwable to provide stacktrace.- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
Overrides standard error method to allow encapsulated throwable to provide stacktrace.- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
Overrides standard error method to allow encapsulated throwable to provide stacktrace.- Overrides:
printStackTrace
in classThrowable
-
toString
Overrides standard error method to allow encapsulated throwable to provide string.
-