Package javassist.compiler
Class NoFieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javassist.compiler.CompileError
-
- javassist.compiler.NoFieldException
-
- All Implemented Interfaces:
Serializable
public class NoFieldException extends CompileError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoFieldException(String name, ASTree e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTree
getExpr()
String
getField()
-
Methods inherited from class javassist.compiler.CompileError
getLex, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-