当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
SafeException (NetBeans Utilities API) - NetBeans API Javadoc 5.5.0 
org.openide.util.io
Class SafeException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               org.openide.util.io.FoldingIOException
org.openide.util.io.FoldingIOException
                   org.openide.util.io.SafeException
org.openide.util.io.SafeException
- All Implemented Interfaces: 
- Serializable
- public class SafeException 
- extends FoldingIOException
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.
- See Also:
- Serialized Form
 
 
 
 
 
SafeException
public SafeException(Exception ex)
- Default constructor.
 
getException
public Exception getException()
- 
- Returns:
- the encapsulated exception.