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
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(String message)
Creates 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 Detail
-
NativeEvaluationUnsupportedException
public NativeEvaluationUnsupportedException(String message)
Creates a NativeEvaluationUnsupportedException.- Parameters:
message
- Localized error message
-
-