Class UnrecognizedOptionException

    • Constructor Summary

      Constructors 
      Constructor Description
      UnrecognizedOptionException​(java.lang.String message)
      Construct a new UnrecognizedArgumentException with the specified detail message.
      UnrecognizedOptionException​(java.lang.String message, java.lang.String option)
      Construct a new UnrecognizedArgumentException with the specified option and detail message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOption()
      Returns the unrecognized option.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnrecognizedOptionException

        public UnrecognizedOptionException​(java.lang.String message)
        Construct a new UnrecognizedArgumentException with the specified detail message.
        Parameters:
        message - the detail message
      • UnrecognizedOptionException

        public UnrecognizedOptionException​(java.lang.String message,
                                           java.lang.String option)
        Construct a new UnrecognizedArgumentException with the specified option and detail message.
        Parameters:
        message - the detail message
        option - the unrecognized option
    • Method Detail

      • getOption

        public java.lang.String getOption()
        Returns the unrecognized option.
        Returns:
        the related option