|
org.openide.util 7.9.0 1 | |||||||||
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
public class FoldingIOException
Encapsulates an exception.
Constructor Summary | |
---|---|
FoldingIOException(Throwable t)
Deprecated. Better to create a new IOException and use its Throwable.initCause(java.lang.Throwable) method. |
Method Summary | |
---|---|
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()
|
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 |
---|
@Deprecated public FoldingIOException(Throwable t)
IOException
and use its Throwable.initCause(java.lang.Throwable)
method.
t
- a foreign folded ThrowableMethod Detail |
---|
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
public String toString()
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
|
org.openide.util 7.9.0 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |