Class RequiredParameterMissingException

    • Constructor Detail

      • RequiredParameterMissingException

        public RequiredParameterMissingException​(String paramID)
        Creates a new RequiredParameterMissingException referencing the specified parameter.
        Parameters:
        paramID - the unique ID of the parameter that was missing.
    • Method Detail

      • getID

        public String getID()
        Returns the unique ID of the parameter that was missing.
        Returns:
        the unique ID of the parameter that was missing.