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 SummaryConstructorsConstructorDescriptionCreates a new uninitialized exception.Creates a new exception for a given exception string.Creates a new exception for a given throwable.
- 
Method SummaryModifier 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.voidOverrides standard error method to allow encapsulated throwable to provide stacktrace.voidOverrides standard error method to allow encapsulated throwable to provide stacktrace.voidOverrides 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.ThrowableaddSuppressed, getCause, getStackTrace, getSuppressed, initCause, setStackTrace
- 
Constructor Details- 
RMExceptionpublic RMException()Creates a new uninitialized exception.
- 
RMExceptionCreates a new exception for a given exception string.
- 
RMExceptionCreates a new exception for a given throwable.
 
- 
- 
Method Details- 
fillInStackTraceOverrides standard error method to allow encapsulated throwable to provide stacktrace.- Overrides:
- fillInStackTracein class- Throwable
 
- 
getLocalizedMessageOverrides standard error method to allow encapsulated throwable to provide message.- Overrides:
- getLocalizedMessagein class- Throwable
 
- 
getMessageOverrides standard error method to allow encapsulated throwable to provide message.- Overrides:
- getMessagein class- Throwable
 
- 
printStackTracepublic void printStackTrace()Overrides standard error method to allow encapsulated throwable to provide stacktrace.- Overrides:
- printStackTracein class- Throwable
 
- 
printStackTraceOverrides standard error method to allow encapsulated throwable to provide stacktrace.- Overrides:
- printStackTracein class- Throwable
 
- 
printStackTraceOverrides standard error method to allow encapsulated throwable to provide stacktrace.- Overrides:
- printStackTracein class- Throwable
 
- 
toStringOverrides standard error method to allow encapsulated throwable to provide string.
 
-