Package mondrian.olap
Class NativeEvaluationUnsupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mondrian.olap.MondrianException
-
- mondrian.olap.ResultLimitExceededException
-
- mondrian.olap.NativeEvaluationUnsupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NativeEvaluationUnsupportedException extends ResultLimitExceededException
Exception which indicates that native evaluation of a function was enabled but not supported, andMondrianProperties.AlertNativeEvaluationUnsupported
was set toERROR
.- Author:
- John Sichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeEvaluationUnsupportedException(java.lang.String message)
Creates a NativeEvaluationUnsupportedException.
-
Method Summary
-
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
-
-