|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable org.mov.parser.ExpressionException org.mov.parser.TypeMismatchException
public class TypeMismatchException
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.
Expression
,
Serialized FormConstructor 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 |
---|
public TypeMismatchException()
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |