Uses of Class
mondrian.recorder.RecorderException
Packages that use RecorderException
-
Uses of RecorderException in mondrian.recorder
Methods in mondrian.recorder that throw RecorderExceptionModifier and TypeMethodDescriptionvoidAbstractRecorder.reportError(Exception ex) voidAbstractRecorder.reportError(Exception ex, Object info) voidAbstractRecorder.reportError(String msg) voidAbstractRecorder.reportError(String msg, Object info) voidMessageRecorder.reportError(Exception ex) Add an Exception.voidMessageRecorder.reportError(Exception ex, Object info) Add an Exception and extra informaton.voidMessageRecorder.reportError(String msg) Add an error message.voidMessageRecorder.reportError(String msg, Object info) Add an error message and extra information.voidAbstractRecorder.throwRTException()voidMessageRecorder.throwRTException()This simply throws a RTException.