com.deltaxml.odf.merge
Class OdtMergerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.deltaxml.odf.OdfException
              extended by com.deltaxml.odf.merge.OdtMergerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OdtMergerConfigurationException

public class OdtMergerException
extends OdfException

Indicates an error condition in the OdtMerger.

This class will often contain a nested class providing further details about the nature of the failure. This class can be obtained via Throwable.getCause().

See Also:
Serialized Form

Constructor Summary
OdtMergerException(String message)
          Constructs an OdtMergerException with an error message
OdtMergerException(String message, Throwable cause)
          Constructs an OdtMergerException with a message and a cause
 
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

OdtMergerException

public OdtMergerException(String message)
Constructs an OdtMergerException with an error message

Parameters:
message - the error message

OdtMergerException

public OdtMergerException(String message,
                          Throwable cause)
Constructs an OdtMergerException with a message and a cause

Parameters:
message - the message
cause - the Throwable that caused the Exception


© 2001-2009 DeltaXML Ltd. All Rights Reserved.