com.topologi.diffx.algorithm
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.topologi.diffx.DiffXException
              extended by com.topologi.diffx.algorithm.FactoryException
All Implemented Interfaces:
Serializable

public final class FactoryException
extends DiffXException

Class of exceptions thrown when a factory method failed to produce the desired object.

Version:
14 May 2005
Author:
Christophe Lauret
See Also:
Serialized Form

Constructor Summary
FactoryException(Exception ex)
          Creates a new factory exception wrapping an occuring exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryException

public FactoryException(Exception ex)
Creates a new factory exception wrapping an occuring exception.

Parameters:
ex - The exception to be wrapped.