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
public class ArgException
- extends Exception
Checked exception thrown when arguments encountered on the command
line are illegal.
- Since:
- 26 Apr 2005
- Author:
- Mark Taylor (Starlink)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArgException
public ArgException(String message)
- Constructor.
- Parameters:
message
- basic message
ArgException
public ArgException(String message,
Throwable e)
- Constructs an exception with a given cause.
- Parameters:
message
- basic messagee
- cause
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.