agg.attribute.parser.javaExpr
Class ASTWrongTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by agg.attribute.parser.javaExpr.ASTWrongTypeException
All Implemented Interfaces:
java.io.Serializable

public class ASTWrongTypeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 java.lang.String expected
           
 java.lang.String found
           
 
Constructor Summary
ASTWrongTypeException()
           
ASTWrongTypeException(java.lang.String msg)
           
ASTWrongTypeException(java.lang.String expected, java.lang.String found)
           
 
Method Summary
 java.lang.String getExpected()
           
 java.lang.String getFound()
           
 
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
 

Field Detail

expected

public java.lang.String expected

found

public java.lang.String found
Constructor Detail

ASTWrongTypeException

public ASTWrongTypeException()

ASTWrongTypeException

public ASTWrongTypeException(java.lang.String msg)

ASTWrongTypeException

public ASTWrongTypeException(java.lang.String expected,
                             java.lang.String found)
Method Detail

getExpected

public java.lang.String getExpected()

getFound

public java.lang.String getFound()