org.eclipse.actf.util.command
Class CLArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.actf.util.command.CLArgumentException
All Implemented Interfaces:
Serializable

public class CLArgumentException
extends Exception

See Also:
Serialized Form

Constructor Summary
CLArgumentException()
           
CLArgumentException(String message)
           
CLArgumentException(String message, Throwable cause)
           
CLArgumentException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

CLArgumentException

public CLArgumentException()

CLArgumentException

public CLArgumentException(String message)
Parameters:
message -

CLArgumentException

public CLArgumentException(String message,
                           Throwable cause)
Parameters:
message -
cause -

CLArgumentException

public CLArgumentException(Throwable cause)
Parameters:
cause -