Package org.eclipse.net4j.util.factory
Class FactoryCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.util.factory.FactoryCreationException
- All Implemented Interfaces:
Serializable
Thrown from
FactoryDescriptor.createFactory()
if a factory
could not be created.- Author:
- Eike Stepper
- See Also:
- No Extend
- This class is not intended to be subclassed by clients.
-
Constructor Summary
ConstructorDescriptionFactoryCreationException
(String message) FactoryCreationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FactoryCreationException
public FactoryCreationException() -
FactoryCreationException
-
FactoryCreationException
-
FactoryCreationException
-