Class MissingMandatoryParametersException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingMandatoryParametersException
    extends RequestException
    An exception to indicate mandatory parameters missing from the request.

    Created: 2016. 8. 21.

    Since:
    3.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingMandatoryParametersException​(java.util.Collection<ItemRule> itemRules)
      Creates a new MissingMandatoryParametersException referencing the specified parameter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<ItemRule> getItemRules()
      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​(java.util.Collection<ItemRule> itemRules)
        Creates a new MissingMandatoryParametersException referencing the specified parameter.
        Parameters:
        itemRules - an item rule list that represents missing parameters
    • Method Detail

      • getItemRules

        public java.util.Collection<ItemRule> getItemRules()
        Returns an item rule list that represents missing parameters.
        Returns:
        an item rule list that represents missing parameters