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 a CompileException that extends RuntimeException and is thus unchecked.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
compileException
public final CompileException compileException
- The nested
CompileException.
UncheckedCompileException
public UncheckedCompileException(CompileException compileException)