Class MissingMandatoryParametersException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingMandatoryParametersException
    extends RequestException
    An exception indicating that a mandatory parameter was missing from the request.

    Created: 2016. 8. 21.

    Since:
    3.0.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ItemRuleList getItemRuleList()
      Returns an item rule list that represents missing parameters.
      • 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

      • MissingMandatoryParametersException

        public MissingMandatoryParametersException​(ItemRuleList itemRuleList)
        Creates a new MissingMandatoryParametersException referencing the specified parameter.
        Parameters:
        itemRuleList - an item rule list that represents missing parameters
    • Method Detail

      • getItemRuleList

        public ItemRuleList getItemRuleList()
        Returns an item rule list that represents missing parameters.
        Returns:
        an item rule list that represents missing parameters