com.ibm.dse.tools.workbench.base
Class WBInputOutputException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.tools.workbench.base.WorkbenchException
                    |
                    +--com.ibm.dse.tools.workbench.base.WBInputOutputException
Direct Known Subclasses:
WBFileNotFoundException

public class WBInputOutputException
extends WorkbenchException

The class WBInputOutputException is the base class for all the specific exceptions thrown by the Development Workbench on input / ouput interactions. These exceptions must be caught by applications

See Also:
Serialized Form

Constructor Summary
WBInputOutputException()
          Constructs a WBInputOutputException with no specified detail message.
WBInputOutputException(java.lang.String s)
          Constructs a WBInputOutputException with a specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WBInputOutputException

public WBInputOutputException()
Constructs a WBInputOutputException with no specified detail message.

WBInputOutputException

public WBInputOutputException(java.lang.String s)
Constructs a WBInputOutputException with a specified detail message.
Parameters:
s - java.lang.String