|
|||||||||||
| 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.openide.util.io.FoldingIOException
IOException and annotate it with the throwable.
Encapsulates an exception.
| Constructor Summary | |
FoldingIOException(Throwable t)
Deprecated. |
|
| Method Summary | |
String |
getLocalizedMessage()
Deprecated. |
void |
printStackTrace()
Deprecated. Prints stack trace of the foreign exception |
void |
printStackTrace(PrintStream s)
Deprecated. Prints stack trace of the foreign exception |
void |
printStackTrace(PrintWriter s)
Deprecated. Prints stack trace of the foreign exception |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FoldingIOException(Throwable t)
t - a foreign folded Throwable| Method Detail |
public void printStackTrace()
public void printStackTrace(PrintStream s)
public void printStackTrace(PrintWriter s)
public String toString()
public String getLocalizedMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||