public class FoldingIOException extends IOException
| Constructor and Description |
|---|
FoldingIOException(Throwable t)
Deprecated.
Better to create a new
IOException and use its Throwable.initCause(java.lang.Throwable) method. |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
void |
printStackTrace()
Prints stack trace of the foreign exception
|
void |
printStackTrace(PrintStream s)
Prints stack trace of the foreign exception
|
void |
printStackTrace(PrintWriter s)
Prints stack trace of the foreign exception
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace@Deprecated public FoldingIOException(Throwable t)
IOException and use its Throwable.initCause(java.lang.Throwable) method.t - a foreign folded Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic String toString()
public String getLocalizedMessage()
getLocalizedMessage in class ThrowableBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.