uk.ac.starlink.ttools.filter
Class ArgException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ArgException(String message)
          Constructor.
ArgException(String message, Throwable e)
          Constructs an exception with a given cause.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
e - cause


Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.