Venice 0.7beta

org.mov.parser
Class TypeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.mov.parser.ExpressionException
          extended by org.mov.parser.TypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class TypeMismatchException
extends ExpressionException

An exception which is thrown when there is a type mismatch error when executing an expression. A type mismatch error is when an incorrect type was supplied. For example if the expression required a BOOLEAN_TYPE and a VALUE_TYPE was given instead.

See Also:
Expression, Serialized Form

Constructor Summary
TypeMismatchException()
          Create a new type mistmatch exception.
 
Method Summary
 
Methods inherited from class org.mov.parser.ExpressionException
getReason, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeMismatchException

public TypeMismatchException()
Create a new type mistmatch exception.


Venice 0.7beta