classUtils.javassist.compiler
Class NoFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by classUtils.javassist.compiler.CompileError
              extended by classUtils.javassist.compiler.NoFieldException
All Implemented Interfaces:
java.io.Serializable

public class NoFieldException
extends CompileError

See Also:
Serialized Form

Constructor Summary
NoFieldException(java.lang.String name, ASTree e)
           
 
Method Summary
 ASTree getExpr()
           
 java.lang.String getField()
           
 
Methods inherited from class classUtils.javassist.compiler.CompileError
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoFieldException

public NoFieldException(java.lang.String name,
                        ASTree e)
Method Detail

getField

public java.lang.String getField()

getExpr

public ASTree getExpr()