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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.tools.workbench.base.WorkbenchException
Direct Known Subclasses:
CancelException, FormatException, ParseException, RepositoryException, WBInputOutputException, WBInvalidArgumentException

public class WorkbenchException
extends java.lang.Exception

The class WorkbenchException is the base class for all the specific exceptions thrown by the Development Workbench. These exceptions must be caught by applications

See Also:
Serialized Form

Constructor Summary
WorkbenchException()
          Constructs a WorkbenchException with no specified detail message.
WorkbenchException(java.lang.String s)
          Constructs a WorkbenchException 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

WorkbenchException

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

WorkbenchException

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