Package com.topologi.diffx.algorithm
Class FactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.topologi.diffx.DiffXException
com.topologi.diffx.algorithm.FactoryException
- All Implemented Interfaces:
Serializable
Class of exceptions thrown when a factory method failed to produce
the desired object.
- Version:
- 14 May 2005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longVersion number for the serialised class. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new factory exception wrapping an occuring exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDVersion number for the serialised class.- See Also:
-
-
Constructor Details
-
FactoryException
Creates a new factory exception wrapping an occuring exception.- Parameters:
ex- The exception to be wrapped.
-