public class UncheckedCompileException extends RuntimeException
CompileException that extends RuntimeException and is thus unchecked.| Modifier and Type | Field and Description |
|---|---|
CompileException |
compileException
The nested
CompileException. |
| Constructor and Description |
|---|
UncheckedCompileException(CompileException compileException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final CompileException compileException
CompileException.public UncheckedCompileException(CompileException compileException)
Copyright © 2001–2025. All rights reserved.