Class ParameterProviderException

    • Constructor Summary

      Constructors 
      Constructor Description
      ParameterProviderException​(java.lang.String configName, java.lang.String message, java.lang.Throwable nested)  
      ParameterProviderException​(java.lang.String message, java.lang.Throwable nested)
      Exception constructor
    • Method Summary

      • 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

      • ParameterProviderException

        public ParameterProviderException​(java.lang.String message,
                                          java.lang.Throwable nested)
        Exception constructor
        Parameters:
        message - - error message
        nested - - nested exception
      • ParameterProviderException

        public ParameterProviderException​(java.lang.String configName,
                                          java.lang.String message,
                                          java.lang.Throwable nested)