Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final CompileException compileException
CompileException
.public UncheckedCompileException(CompileException compileException)
Copyright © 2001–2019. All rights reserved.