Class 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
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Version number for the serialised class.
      See Also:
  • Constructor Details

    • FactoryException

      public FactoryException(Exception ex)
      Creates a new factory exception wrapping an occuring exception.
      Parameters:
      ex - The exception to be wrapped.