javassist.compiler
Class CompileError
java.lang.Object
java.lang.Throwable
java.lang.Exception
javassist.compiler.CompileError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoFieldException, SyntaxError
public class CompileError
- extends Exception
- See Also:
- Serialized Form
CompileError
public CompileError(String s,
Lex l)
CompileError
public CompileError(String s)
CompileError
public CompileError(CannotCompileException e)
CompileError
public CompileError(NotFoundException e)
getLex
public Lex getLex()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2011. All Rights Reserved.