com.ibm.di.migam
Class IllegalCommandUsageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.migam.IllegalCommandUsageException
All Implemented Interfaces:
Serializable

public class IllegalCommandUsageException
extends Exception

Used to throw an illegal command usage exception.

See Also:
Serialized Form

Constructor Summary
IllegalCommandUsageException()
          Default empty constructor.
IllegalCommandUsageException(String errMessage)
           
IllegalCommandUsageException(String errMessage, String hOption)
           
 
Method Summary
 String getHelpOption()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalCommandUsageException

public IllegalCommandUsageException()
Default empty constructor.


IllegalCommandUsageException

public IllegalCommandUsageException(String errMessage)

IllegalCommandUsageException

public IllegalCommandUsageException(String errMessage,
                                    String hOption)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getHelpOption

public String getHelpOption()