Package mondrian.olap.fun
Class MondrianEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mondrian.olap.fun.MondrianEvaluationException
-
- All Implemented Interfaces:
Serializable
public class MondrianEvaluationException extends RuntimeException
Thrown while evaluating a cell expression- Author:
- jhyde, 14 June, 2002
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MondrianEvaluationException()
MondrianEvaluationException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MondrianEvaluationException
public MondrianEvaluationException()
-
MondrianEvaluationException
public MondrianEvaluationException(String s)
-
-