mondrian.olap
Class MondrianException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
MondrianException()
           
MondrianException(String message)
           
MondrianException(String message, Throwable cause)
           
MondrianException(Throwable cause)
           
 
Method Summary
 String getLocalizedMessage()
           
 String getMessage()
           
 
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
 

Constructor Detail

MondrianException

public MondrianException()

MondrianException

public MondrianException(Throwable cause)

MondrianException

public MondrianException(String message)

MondrianException

public MondrianException(String message,
                         Throwable cause)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

SourceForge.net_Logo