Class ArgsParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.nipafx.args.ArgsParseException
All Implemented Interfaces:
Serializable

public class ArgsParseException extends Exception
Thrown when parsing command line arguments fails.
See Also:
  • Method Details

    • args

      public String[] args()
      Returns:
      the args array passed to Args
    • types

      public List<? extends Class<?>> types()
      Returns:
      the args types that were supposed to be created
    • errors

      public List<? extends ArgsMessage> errors()
      Returns:
      ArgsMessage that describe the errors