Class RequiredParameterMissingException

    • Constructor Summary

      Constructors 
      Constructor Description
      RequiredParameterMissingException​(java.lang.String paramID)
      Creates a new RequiredParameterMissingException referencing the specified parameter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getID()
      Returns the unique ID of the parameter that was missing.
      • 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

      • RequiredParameterMissingException

        public RequiredParameterMissingException​(java.lang.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 java.lang.String getID()
        Returns the unique ID of the parameter that was missing.
        Returns:
        the unique ID of the parameter that was missing.