aspoev.interpreter.exception
Class MethodExposedException

java.lang.Object
  extended byaspoev.interpreter.exception.InterpreterException
      extended byaspoev.interpreter.exception.ExposedMemberException
          extended byaspoev.interpreter.exception.MethodExposedException

public class MethodExposedException
extends ExposedMemberException


Field Summary
 
Fields inherited from class aspoev.interpreter.exception.ExposedMemberException
altered, exposed
 
Constructor Summary
MethodExposedException(MethodDeclarationElement altered, MethodDeclarationElement exposed)
           
 
Methods inherited from class aspoev.interpreter.exception.ExposedMemberException
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
 

Constructor Detail

MethodExposedException

public MethodExposedException(MethodDeclarationElement altered,
                              MethodDeclarationElement exposed)