Class NoHelperProviderException

All Implemented Interfaces:
Serializable

public class NoHelperProviderException extends 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:
  • Constructor Details

    • NoHelperProviderException

      public NoHelperProviderException()
    • NoHelperProviderException

      public NoHelperProviderException(String message)
    • NoHelperProviderException

      public NoHelperProviderException(String message, Throwable cause)
    • NoHelperProviderException

      public NoHelperProviderException(Throwable cause)
  • Method Details

    • getImplementationName

      public 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