Package org.eclipse.net4j.util.factory
Klasse ProductCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.util.factory.ProductCreationException
- Alle implementierten Schnittstellen:
Serializable
An unchecked exception that may be thrown from
factories to indicate the inability to create a
product.- Autor:
- Eike Stepper
- Siehe auch:
- No Extend
- This class is not intended to be subclassed by clients.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungProductCreationException(String message) ProductCreationException(String message, Throwable cause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ProductCreationException
public ProductCreationException() -
ProductCreationException
-
ProductCreationException
-
ProductCreationException
-