Package org.codehaus.commons.compiler
Class UncheckedCompileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.commons.compiler.UncheckedCompileException
-
- All Implemented Interfaces:
Serializable
public class UncheckedCompileException extends RuntimeException
A wrapper for aCompileException
that extendsRuntimeException
and is thus unchecked.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description CompileException
compileException
The nestedCompileException
.
-
Constructor Summary
Constructors Constructor Description UncheckedCompileException(CompileException compileException)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
compileException
public final CompileException compileException
The nestedCompileException
.
-
-
Constructor Detail
-
UncheckedCompileException
public UncheckedCompileException(CompileException compileException)
-
-