org.openanzo.glitter.exception
Class ExpressionEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openanzo.glitter.exception.ExpressionEvaluationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IncompatibleTypeException, InvalidArgumentCountException, RegEx.InvalidRegularExpressionFlagException

public abstract class ExpressionEvaluationException
extends java.lang.RuntimeException

Indicates an error in evaluating a FILTER or ORDER BY expression. This exception should be caught and handled by appropriate tri-state logic or turn into "false" at the top level of a FILTER expression.

Author:
lee
See Also:
Serialized Form

Constructor Summary
ExpressionEvaluationException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionEvaluationException

public ExpressionEvaluationException(java.lang.String msg)
Parameters:
msg - Explanation of the exception.


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.