com.topologi.diffx.algorithm
Class FactoryException

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

public class FactoryException
extends DiffXException

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

Version:
3 February 2005
Author:
Christophe Lauret
See Also:
Serialized Form

Constructor Summary
FactoryException(Exception ex)
          Creates a new factory exception wrapping an occuring exception.
 
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.