public class UncheckedCompileException
extends java.lang.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) |
public final CompileException compileException
CompileException
.public UncheckedCompileException(CompileException compileException)