站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

SafeException (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util.io
Class SafeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.openide.util.io.FoldingIOException
                  extended byorg.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

Constructor Summary
SafeException(Exception ex)
          Default constructor.
 
Method Summary
 Exception getException()
           
 
Methods inherited from class org.openide.util.io.FoldingIOException
getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, 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

SafeException

public SafeException(Exception ex)
Default constructor.

Method Detail

getException

public Exception getException()
Returns:
the encapsulated exception.

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.