Class CliException.CliArgsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.cli.CliException
org.refcodes.cli.CliException.CliArgsException
All Implemented Interfaces:
Serializable, ArgsAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
ArgsSyntaxException
Enclosing class:
CliException

public abstract static class CliException.CliArgsException extends CliException implements ArgsAccessor
This abstract exception is the base exception for all command line argument related exceptions.
See Also: