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

FoldingIOException (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1

org.openide.util.io
Class FoldingIOException

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

public class FoldingIOException
extends IOException

Encapsulates an exception.

See Also:
Serialized Form

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

FoldingIOException

@Deprecated
public FoldingIOException(Throwable t)
Deprecated. Better to create a new IOException and use its Throwable.initCause(java.lang.Throwable) method.

Parameters:
t - a foreign folded Throwable
Method Detail

printStackTrace

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

Overrides:
printStackTrace in class Throwable

printStackTrace

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

Overrides:
printStackTrace in class Throwable

printStackTrace

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

Overrides:
printStackTrace in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable
Returns:
toString of the foreign exception

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable
Returns:
getLocalizedMessage of the foreign exception

org.openide.util 7.9.0 1

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