Class CompileError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hotswap.agent.javassist.compiler.CompileError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoFieldException,SyntaxError
public class CompileError extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileError(String s)CompileError(String s, Lex l)CompileError(CannotCompileException e)CompileError(NotFoundException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LexgetLex()StringgetMessage()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
CompileError
public CompileError(String s)
-
CompileError
public CompileError(CannotCompileException e)
-
CompileError
public CompileError(NotFoundException e)
-
-