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
-
-
Field Summary
Fields Modifier and Type Field Description private ASTree
expr
private java.lang.String
fieldName
private static long
serialVersionUID
default serialVersionUID
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
default serialVersionUID- See Also:
- Constant Field Values
-
fieldName
private java.lang.String fieldName
-
expr
private ASTree expr
-
-
Constructor Detail
-
NoFieldException
public NoFieldException(java.lang.String name, ASTree e)
-
-
Method Detail
-
getField
public java.lang.String getField()
-
getExpr
public ASTree getExpr()
-
-