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, toString
public final CompileException compileException
CompileException
.public UncheckedCompileException(CompileException compileException)
Copyright © 2001–2016. All rights reserved.