Package javassist.compiler
Class CompileError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javassist.compiler.CompileError
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoFieldException
,SyntaxError
public class CompileError extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileError(java.lang.String s)
CompileError(java.lang.String s, Lex l)
CompileError(CannotCompileException e)
CompileError(NotFoundException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Lex
getLex()
java.lang.String
getMessage()
java.lang.String
toString()
-
-
-
Constructor Detail
-
CompileError
public CompileError(java.lang.String s, Lex l)
-
CompileError
public CompileError(java.lang.String s)
-
CompileError
public CompileError(CannotCompileException e)
-
CompileError
public CompileError(NotFoundException e)
-
-
Method Detail
-
getLex
public Lex getLex()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-