|
org.openide.util 6.8.22 | |||||||||
| 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 ErrorManager's annotate with the throwable.
public class FoldingIOException
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()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic String toString()
toString in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwable
|
org.openide.util 6.8.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||