public class NoHelperProviderException extends RuntimeException
Constructor and Description |
---|
NoHelperProviderException() |
NoHelperProviderException(String message) |
NoHelperProviderException(String message,
Throwable cause) |
NoHelperProviderException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getImplementationName()
Return the name of the implementation class that could not be provided.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoHelperProviderException()
public NoHelperProviderException(String message)
public NoHelperProviderException(Throwable cause)
public String getImplementationName()
Copyright © 2019 The Apache Software Foundation. All rights reserved.