Serializable
NoFieldException
, SyntaxError
public class CompileError extends Exception
Constructor | Description |
---|---|
CompileError(String s) |
|
CompileError(String s,
Lex l) |
|
CompileError(CannotCompileException e) |
|
CompileError(NotFoundException e) |
Modifier and Type | Method | Description |
---|---|---|
Lex |
getLex() |
|
String |
getMessage() |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CompileError(String s)
public CompileError(CannotCompileException e)
public CompileError(NotFoundException e)
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.