|
||||||||||
| 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.io.IOException
org.apache.cocoon.CascadingIOException
public class CascadingIOException
This is a wrapping IOException.
| Constructor Summary | |
|---|---|
CascadingIOException(Exception ex)
Creates a new ProcessingException instance. |
|
CascadingIOException(String message)
Construct a new ProcessingException instance. |
|
CascadingIOException(String message,
Throwable t)
Construct a new ProcessingException that references
a parent Exception. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Retrieve root cause of the exception. |
void |
printStackTrace()
|
void |
printStackTrace(PrintStream s)
|
void |
printStackTrace(PrintWriter s)
|
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CascadingIOException(String message)
ProcessingException instance.
public CascadingIOException(Exception ex)
ProcessingException instance.
ex - an Exception value
public CascadingIOException(String message,
Throwable t)
ProcessingException that references
a parent Exception.
| Method Detail |
|---|
public final Throwable getCause()
getCause in interface CascadingThrowablegetCause in class Throwablepublic String toString()
toString in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||