Package mondrian.recorder
Class RecorderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mondrian.olap.MondrianException
-
- mondrian.recorder.RecorderException
-
- All Implemented Interfaces:
Serializable
public final class RecorderException extends MondrianException
Exception thrown byMessageRecorder
when too many errors have been reported.- Author:
- Richard M. Emberson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RecorderException(String msg)
-
Method Summary
-
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RecorderException
protected RecorderException(String msg)
-
-