|
|||||||||
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
org.openide.util.io.SafeException
public class SafeException
Special IOException that is used to signal that the write operation failed but the underlaying stream is not corrupted and can be used for next operations.
Constructor Summary | |
---|---|
SafeException(java.lang.Exception ex)
Default constructor. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
|
java.lang.Exception |
getException()
|
Methods inherited from class org.openide.util.io.FoldingIOException |
---|
getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SafeException(java.lang.Exception ex)
Method Detail |
---|
public java.lang.Exception getException()
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |