aspoev.interpreter.exception
Class AlteredFieldReferencedException

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

public class AlteredFieldReferencedException
extends InterpreterException


Field Summary
protected  FieldDeclarationElement newField
           
protected  FieldDeclarationElement oldField
           
protected  MethodDeclarationElement referer
           
 
Constructor Summary
AlteredFieldReferencedException(FieldDeclarationElement oldField, FieldDeclarationElement newField, MethodDeclarationElement referer)
           
 
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

oldField

protected FieldDeclarationElement oldField

newField

protected FieldDeclarationElement newField

referer

protected MethodDeclarationElement referer
Constructor Detail

AlteredFieldReferencedException

public AlteredFieldReferencedException(FieldDeclarationElement oldField,
                                       FieldDeclarationElement newField,
                                       MethodDeclarationElement referer)
Method Detail

getWarningString

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