Package org.moeaframework.core.spi
Class ProviderNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moeaframework.core.FrameworkException
org.moeaframework.core.spi.ProviderNotFoundException
- All Implemented Interfaces:
Serializable
Exception indicating a provider was not found.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an exception indicating the specified provider was not found.ProviderNotFoundException
(String name, Throwable cause) Constructs an exception indicating the specified provider was not found. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderNotFoundException
Constructs an exception indicating the specified provider was not found.- Parameters:
name
- the provider name
-
ProviderNotFoundException
Constructs an exception indicating the specified provider was not found.- Parameters:
name
- the provider namecause
- the cause of this exception
-