Uses of Class
org.refcodes.cli.CliException

  • Uses of CliException in org.refcodes.cli

    Modifier and Type
    Class
    Description
    class 
    Thrown in case the command line arguments do not match the required syntax.
    class 
    Thrown in case of a command line arguments mismatch regarding provided and expected args.
    static class 
    This abstract exception is the base exception for all command line argument related exceptions.
    class 
    Thrown in case the provided command line arguments do not respect the required semantics or cannot be converted to the required type.
    class 
    Thrown in case the provided command line arguments do not respect the required semantics or cannot be converted to the required type by an Option (having a short- and/or a long-option), e.g. the arguments were rejected as them did not work for the according syntax.
    class 
    Thrown in case there were arguments found not being used (superfluous arguments).
    class 
    Thrown in case command line arguments were not processed (did not match the expected arguments), e.g. the arguments were rejected as them did not work for the according syntax.
    class 
    Thrown in case command line arguments were not processed (did not match the expected arguments) by an Option (having a short- and/or a long-option), e.g. the arguments were rejected as them did not work for the according syntax.