Package org.moeaframework.core.spi
Class ProviderLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.core.spi.ProviderLookupException
- All Implemented Interfaces:
Serializable
Exception indicating an error occurred while locating a provider.
- See Also:
-
Constructor Summary
ConstructorDescriptionProviderLookupException
(String message) Constructs an exception indicating an error occurred while locating a provider.ProviderLookupException
(String message, Throwable cause) Constructs an exception indicating an error occurred while locating a provider. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderLookupException
Constructs an exception indicating an error occurred while locating a provider.- Parameters:
message
- a message describing the error
-
ProviderLookupException
Constructs an exception indicating an error occurred while locating a provider.- Parameters:
message
- a message describing the errorcause
- the cause of this exception
-