Class UnknownFlagException

    • Constructor Detail

      • UnknownFlagException

        public UnknownFlagException​(String flag)
        Creates a new UnknownFlagException referencing the specified parameter.
        Parameters:
        flag - the unknown flag that was encountered.
      • UnknownFlagException

        public UnknownFlagException​(Character flag)
        Creates a new UnknownFlagException referencing the specified parameter.
        Parameters:
        flag - the unknown flag that was encountered.
    • Method Detail

      • getFlag

        public String getFlag()
        Returns the unknown flag that was encountered.
        Returns:
        the unknown flag that was encountered.