agg.attribute.parser.javaExpr
Class ASTWrongTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
agg.attribute.parser.javaExpr.ASTWrongTypeException
- All Implemented Interfaces:
- java.io.Serializable
public class ASTWrongTypeException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
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 |
expected
public java.lang.String expected
found
public java.lang.String found
ASTWrongTypeException
public ASTWrongTypeException()
ASTWrongTypeException
public ASTWrongTypeException(java.lang.String msg)
ASTWrongTypeException
public ASTWrongTypeException(java.lang.String expected,
java.lang.String found)
getExpected
public java.lang.String getExpected()
getFound
public java.lang.String getFound()