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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
getLex
public Lex getLex()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright © 2011. All Rights Reserved.