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-
-
MondrianException
public MondrianException()
MondrianException
public MondrianException(Throwable cause)
MondrianException
public MondrianException(String message)
MondrianException
public MondrianException(String message,
Throwable cause)
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable