SerializableNoFieldException, SyntaxErrorpublic 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, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CompileError(String s)
public CompileError(CannotCompileException e)
public CompileError(NotFoundException e)
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.