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:
Serializable
Exception which indicates that native evaluation of a function
was enabled but not supported, and
MondrianProperties.AlertNativeEvaluationUnsupported
was
set to ERROR
.- Author:
- John Sichi
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a NativeEvaluationUnsupportedException. -
Method Summary
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NativeEvaluationUnsupportedException
Creates a NativeEvaluationUnsupportedException.- Parameters:
message
- Localized error message
-