Class ArgsDefinitionException

All Implemented Interfaces:
Serializable

public class ArgsDefinitionException extends RuntimeException
Thrown when the types provided to Args::parse are ill-defined.
See Also:
  • Method Details

    • errorCode

      public ArgsDefinitionErrorCode errorCode()
      Returns an error code that describes the cause of the exception.
      Returns:
      describes the error that caused the exception