|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.ClassNotFoundException
com.caucho.java.CompileClassNotFound
public class CompileClassNotFound
Wrapper for a compile error.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.ClassNotFoundException |
|---|
getException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompileClassNotFound(java.lang.String message)
message - the exception messagepublic CompileClassNotFound(java.lang.Exception cause)
cause - the wrapped exception| Method Detail |
|---|
public java.lang.Throwable getRootCause()
public java.lang.Throwable getCause()
getCause in class java.lang.ClassNotFoundExceptionpublic void print(java.io.PrintWriter out)
print in interface DisplayableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||