Class MissingParameterException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • MissingParameterException

        public MissingParameterException​(java.lang.String parameterName)
        Parameters:
        parameterName - the name of the missing parameter.
      • MissingParameterException

        public MissingParameterException​(java.lang.String parameterName,
                                         java.lang.Throwable cause)
        Parameters:
        parameterName - The name of the missing parameter.
        cause - The reason we are throwing an exception.