Package javassist.compiler
Class SyntaxError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javassist.compiler.CompileError
-
- javassist.compiler.SyntaxError
-
- All Implemented Interfaces:
java.io.Serializable
public class SyntaxError extends CompileError
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
default serialVersionUID
-
Constructor Summary
Constructors Constructor Description SyntaxError(Lex lexer)
-
Method Summary
-
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
-
-
Constructor Detail
-
SyntaxError
public SyntaxError(Lex lexer)
-
-