Firefish 0.5.10

gov.lbl.dsd.util
Class UsageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bygov.lbl.dsd.util.UsageException
All Implemented Interfaces:
Serializable

public class UsageException
extends RuntimeException

An exception used when a user defines invalid or illegal command line arguments.

Version:
$Revision: 1.2 $, $Date: 2004/01/30 01:18:01 $
See Also:
Serialized Form

Constructor Summary
UsageException()
           
UsageException(String s)
           
UsageException(String message, Throwable cause)
           
UsageException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UsageException

public UsageException()

UsageException

public UsageException(String s)

UsageException

public UsageException(String message,
                      Throwable cause)

UsageException

public UsageException(Throwable cause)

Firefish 0.5.10

Jump to the Firefish Homepage