|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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
valuepublic CascadingIOException(String message, Throwable t)
ProcessingException
that references
a parent Exception.
Method Detail |
---|
public final Throwable getCause()
getCause
in interface CascadingThrowable
getCause
in class Throwable
public String toString()
toString
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |