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

FoldingIOException (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util.io
Class FoldingIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.openide.util.io.FoldingIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SafeException

Deprecated. Better to create a new IOException and ErrorManager's annotate with the throwable.

public class FoldingIOException
extends IOException

Encapsulates an exception.

See Also:
Serialized Form

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

FoldingIOException

public FoldingIOException(Throwable t)
Deprecated. 
Parameters:
t - a foreign folded Throwable
Method Detail

printStackTrace

public void printStackTrace()
Deprecated. 
Prints stack trace of the foreign exception


printStackTrace

public void printStackTrace(PrintStream s)
Deprecated. 
Prints stack trace of the foreign exception


printStackTrace

public void printStackTrace(PrintWriter s)
Deprecated. 
Prints stack trace of the foreign exception


toString

public String toString()
Deprecated. 
Returns:
toString of the foreign exception

getLocalizedMessage

public String getLocalizedMessage()
Deprecated. 
Returns:
getLocalizedMessage of the foreign exception

 

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