Class ParseOptionMissingValueException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParseOptionMissingValueException
    extends ParseRestrictionViolatedException
    Exception that is thrown when an option expects one/more values and no values are supplied
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String optionTitle  
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOptionTitle()  
      • 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
    • Field Detail

      • optionTitle

        private final java.lang.String optionTitle
    • Constructor Detail

      • ParseOptionMissingValueException

        public ParseOptionMissingValueException​(java.lang.String optionTitle)
      • ParseOptionMissingValueException

        public ParseOptionMissingValueException​(java.lang.String message,
                                                java.lang.String optionTitle,
                                                java.lang.Object... args)
    • Method Detail

      • getOptionTitle

        public java.lang.String getOptionTitle()