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
public class MondrianException extends RuntimeException
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
Constructors Constructor Description MondrianException()
MondrianException(String message)
MondrianException(String message, Throwable cause)
MondrianException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalizedMessage()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-