aspoev.interpreter.exception
Class AlteredMethodReferencedException

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

public class AlteredMethodReferencedException
extends InterpreterException


Field Summary
protected  MethodDeclarationElement invoker
           
protected  MethodDeclarationElement newMethod
           
protected  MethodDeclarationElement oldMethod
           
 
Constructor Summary
AlteredMethodReferencedException(MethodDeclarationElement oldMethod, MethodDeclarationElement newMethod, MethodDeclarationElement invoker)
           
 
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

oldMethod

protected MethodDeclarationElement oldMethod

newMethod

protected MethodDeclarationElement newMethod

invoker

protected MethodDeclarationElement invoker
Constructor Detail

AlteredMethodReferencedException

public AlteredMethodReferencedException(MethodDeclarationElement oldMethod,
                                        MethodDeclarationElement newMethod,
                                        MethodDeclarationElement invoker)
Method Detail

getWarningString

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