Package mondrian.olap
Class MondrianException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mondrian.olap.MondrianException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreationException
,InvalidArgumentException
,InvalidHierarchyException
,RecorderException
,ResultLimitExceededException
,ResultStyleException
,XmlaException
Instances of this class are thrown for all exceptions that Mondrian
generates through as a result of known error conditions. It is used in the
resource classes generated from mondrian.resource.MondrianResource.xml.
- Author:
- Galt Johnson (gjabx)
- See Also:
-
org.eigenbase.xom
- Serialized Form
-
Constructor Summary
ConstructorDescriptionMondrianException
(String message) MondrianException
(String message, Throwable cause) MondrianException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MondrianException
public MondrianException() -
MondrianException
-
MondrianException
-
MondrianException
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
getMessage
- Overrides:
getMessage
in classThrowable
-