Class ArgParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rwtodd.args.ArgParserException
All Implemented Interfaces:
Serializable

public class ArgParserException extends Exception
An exceptional situation from the command-line parser.
See Also:
  • Constructor Details

    • ArgParserException

      public ArgParserException(String desc, Throwable cause)
      Construct an ArgParserException.
      Parameters:
      desc - what was the error?
      cause - what exception caused this one?
    • ArgParserException

      public ArgParserException(String desc)
      Construct an ArgParserException.
      Parameters:
      desc - what was the error?