|
|||||||||||
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.openide.util.io.FoldingIOException
IOException
and ErrorManager
's annotate 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 ThrowableMethod 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 |