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 voidAbstractRecorder. 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.
-