Uses of Class
mondrian.recorder.RecorderException
-
Packages that use RecorderException Package Description mondrian.recorder Provides a set a classes for logging the process of a task. -
-
Uses of RecorderException in mondrian.recorder
Methods in mondrian.recorder that throw RecorderException Modifier and Type Method Description void
AbstractRecorder. reportError(Exception ex)
void
AbstractRecorder. reportError(Exception ex, Object info)
void
AbstractRecorder. reportError(String msg)
void
AbstractRecorder. reportError(String msg, Object info)
void
MessageRecorder. reportError(Exception ex)
Add an Exception.void
MessageRecorder. reportError(Exception ex, Object info)
Add an Exception and extra informaton.void
MessageRecorder. reportError(String msg)
Add an error message.void
MessageRecorder. reportError(String msg, Object info)
Add an error message and extra information.void
AbstractRecorder. throwRTException()
void
MessageRecorder. throwRTException()
This simply throws a RTException.
-