aspoev.interpreter.exception
Class TypeMismatchException

java.lang.Object
  extended byaspoev.interpreter.exception.InterpreterException
      extended byaspoev.interpreter.exception.TypeMismatchException

public class TypeMismatchException
extends InterpreterException


Field Summary
protected  TypeReferenceElement leftType
           
protected  TypeReferenceElement rightType
           
 
Constructor Summary
TypeMismatchException(TypeReferenceElement leftType, TypeReferenceElement rightType)
           
 
Method Summary
 java.lang.String getWarningString()
           
 
Methods inherited from class aspoev.interpreter.exception.InterpreterException
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leftType

protected TypeReferenceElement leftType

rightType

protected TypeReferenceElement rightType
Constructor Detail

TypeMismatchException

public TypeMismatchException(TypeReferenceElement leftType,
                             TypeReferenceElement rightType)
Method Detail

getWarningString

public java.lang.String getWarningString()
Specified by:
getWarningString in class InterpreterException