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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.tools.workbench.base.WorkbenchException
                    |
                    +--com.ibm.dse.tools.workbench.base.WBInvalidArgumentException

public class WBInvalidArgumentException
extends WorkbenchException

The class WBInvalidArgumentException is thrown by the Workbench when an invalid argument has been provided to the invoking method.

See Also:
Serialized Form

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

WBInvalidArgumentException

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

WBInvalidArgumentException

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