mondrian.olap
Class MondrianException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mondrian.olap.MondrianException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CreationException, InvalidArgumentException, InvalidHierarchyException, RecorderException, ResultLimitExceededException, ResultStyleException, XmlaException
public class MondrianException
- extends java.lang.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.
- Version:
- $Id: //open/mondrian/src/main/mondrian/olap/MondrianException.java#6 $
- Author:
- Galt Johnson (gjabx)
- See Also:
org.eigenbase.xom
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MondrianException
public MondrianException()
MondrianException
public MondrianException(java.lang.Throwable cause)
MondrianException
public MondrianException(java.lang.String message)
MondrianException
public MondrianException(java.lang.String message,
java.lang.Throwable cause)
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable