Uses of Class
mondrian.recorder.RecorderException
-
Uses of RecorderException in mondrian.recorder
Modifier and TypeMethodDescriptionvoid
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.