Serializablepublic class UncheckedCompileException extends RuntimeException
CompileException that extends RuntimeException and is thus unchecked.| Modifier and Type | Field | Description |
|---|---|---|
CompileException |
compileException |
The nested
CompileException. |
| Constructor | Description |
|---|---|
UncheckedCompileException(CompileException compileException) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final CompileException compileException
CompileException.public UncheckedCompileException(CompileException compileException)
Copyright © 2001–2019. All rights reserved.