mondrian.olap
Class NativeEvaluationUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mondrian.olap.MondrianException
                  extended by mondrian.olap.ResultLimitExceededException
                      extended by 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, and MondrianProperties.AlertNativeEvaluationUnsupported was set to ERROR.

Author:
John Sichi
See Also:
Serialized Form
 

Constructor Summary
NativeEvaluationUnsupportedException(String message)
          Creates a NativeEvaluationUnsupportedException.
 
Method Summary
 
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, 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

NativeEvaluationUnsupportedException

public NativeEvaluationUnsupportedException(String message)
Creates a NativeEvaluationUnsupportedException.

Parameters:
message - Localized error message

SourceForge.net_Logo