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
public class UsageException
- extends TaskException
An Exception thrown when a task is invoked with the wrong usage.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UsageException
public UsageException()
UsageException
public UsageException(String msg)
UsageException
public UsageException(String msg,
Throwable cause)
UsageException
public UsageException(Throwable cause)
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.