Package org.eclipse.net4j.util.container
Class FactoryNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.eclipse.net4j.util.container.FactoryNotFoundException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class FactoryNotFoundException extends java.lang.RuntimeExceptionAn unchecked exception that indicates the absence of afactoryidentified byproduct groupandtype.- Author:
- Eike Stepper
- See Also:
- Serialized Form
- No Extend
- This class is not intended to be subclassed by clients.
 
- 
- 
Constructor SummaryConstructors Constructor Description FactoryNotFoundException()FactoryNotFoundException(java.lang.String message)FactoryNotFoundException(java.lang.String message, java.lang.Throwable cause)FactoryNotFoundException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
FactoryNotFoundExceptionpublic FactoryNotFoundException() 
 - 
FactoryNotFoundExceptionpublic FactoryNotFoundException(java.lang.String message) 
 - 
FactoryNotFoundExceptionpublic FactoryNotFoundException(java.lang.Throwable cause) 
 - 
FactoryNotFoundExceptionpublic FactoryNotFoundException(java.lang.String message, java.lang.Throwable cause)
 
- 
 
-