Class NoHelperProviderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoHelperProviderException
    extends java.lang.RuntimeException
    Exception indicating that a HelperProvider could not be located or instantiated. The message will be set to the name of the implementation class; a null value indicates that the name of the implementation could not be determined. The cause will be set to the Throwable that prevented the provider from being located or created.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getImplementationName()
      Return the name of the implementation class that could not be provided.
      • 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

      • NoHelperProviderException

        public NoHelperProviderException()
      • NoHelperProviderException

        public NoHelperProviderException​(java.lang.String message)
      • NoHelperProviderException

        public NoHelperProviderException​(java.lang.String message,
                                         java.lang.Throwable cause)
      • NoHelperProviderException

        public NoHelperProviderException​(java.lang.Throwable cause)
    • Method Detail

      • getImplementationName

        public java.lang.String getImplementationName()
        Return the name of the implementation class that could not be provided.
        Returns:
        the name of the implementation class; may be null if not known