tools
Class InvalidExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tools.InvalidExpressionException
All Implemented Interfaces:
Serializable

public class InvalidExpressionException
extends Exception

Thrown by BooleanExpression.BooleanExpression(String) if the specified expression could not be parsed.

See Also:
Serialized Form

Constructor Summary
InvalidExpressionException(String msg)
          Constructs an InvalidExpressionException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidExpressionException

public InvalidExpressionException(String msg)
Constructs an InvalidExpressionException with the specified detail message.

Parameters:
msg - the detail message.