aspoev.interpreter.exception
Class FieldExposedException

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

public class FieldExposedException
extends ExposedMemberException


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

FieldExposedException

public FieldExposedException(FieldDeclarationElement altered,
                             FieldDeclarationElement exposed)