Package uk.ac.starlink.ttools.filter
Class ArgException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.ttools.filter.ArgException
- All Implemented Interfaces:
Serializable
Checked exception thrown when arguments encountered on the command
line are illegal.
- Since:
- 26 Apr 2005
- Author:
- Mark Taylor (Starlink)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArgException
(String message) Constructor.ArgException
(String message, Throwable e) Constructs an exception with a given 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
-
ArgException
Constructor.- Parameters:
message
- basic message
-
ArgException
Constructs an exception with a given cause.- Parameters:
message
- basic messagee
- cause
-