org.openide.util.io
Class  FoldingIOException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.openide.util.io.FoldingIOException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - SafeException
 
Deprecated. Better to create a new IOException and annotate it with the throwable.
- public class FoldingIOException
- extends IOException
  
Encapsulates an exception.
- See Also: 
 - Serialized Form
 
 
 
 
 
FoldingIOException
public FoldingIOException(Throwable t)
- Deprecated. 
- Parameters:
 t - a foreign folded Throwable
 
 
printStackTrace
public void printStackTrace()
- Deprecated. 
- Prints stack trace of the foreign exception
- Overrides:
 printStackTrace in class Throwable
 
  
printStackTrace
public void printStackTrace(PrintStream s)
- Deprecated. 
- Prints stack trace of the foreign exception
- Overrides:
 printStackTrace in class Throwable
 
  
printStackTrace
public void printStackTrace(PrintWriter s)
- Deprecated. 
- Prints stack trace of the foreign exception
- Overrides:
 printStackTrace in class Throwable
 
  
toString
public String toString()
- Deprecated. 
- Overrides:
 toString in class Throwable
 
- Returns:
 - toString of the foreign exception
 
 
 
getLocalizedMessage
public String getLocalizedMessage()
- Deprecated. 
- Overrides:
 getLocalizedMessage in class Throwable
 
- Returns:
 - getLocalizedMessage of the foreign exception
 
 
 
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.