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