public class CompileClassNotFound extends java.lang.ClassNotFoundException implements LineCompileException, DisplayableException
Constructor and Description |
---|
CompileClassNotFound(java.lang.Exception cause)
Create a CompileClassNotFound exception wrapped around a root cause.
|
CompileClassNotFound(java.lang.String message)
Create a CompileClassNotFound exception with a message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the root cause of the exception.
|
java.lang.Throwable |
getRootCause()
Returns the root cause of the exception.
|
void |
print(java.io.PrintWriter out) |
public CompileClassNotFound(java.lang.String message)
message
- the exception messagepublic CompileClassNotFound(java.lang.Exception cause)
cause
- the wrapped exceptionpublic java.lang.Throwable getRootCause()
public java.lang.Throwable getCause()
getCause
in class java.lang.ClassNotFoundException
public void print(java.io.PrintWriter out)
print
in interface DisplayableException