Package uk.ac.starlink.task
Class UsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.task.TaskException
uk.ac.starlink.task.UsageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParameterValueException
An Exception thrown when a task is invoked with the wrong usage.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUsageException
(String msg) UsageException
(String msg, Throwable cause) UsageException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UsageException
public UsageException() -
UsageException
-
UsageException
-
UsageException
-