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.ProviderException
org.moeaframework.core.spi.ProviderNotFoundException
- All Implemented Interfaces:
- Serializable
Exception indicating a provider was not found.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs 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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ProviderNotFoundExceptionConstructs an exception indicating the specified provider was not found.- Parameters:
- name- the provider name
 
- 
ProviderNotFoundExceptionConstructs an exception indicating the specified provider was not found.- Parameters:
- name- the provider name
- cause- the cause of this exception
 
 
-