com.deltaxml.odf.merge
Class OdtMergerConfigurationException

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
                  extended by com.deltaxml.odf.merge.OdtMergerConfigurationException
All Implemented Interfaces:
Serializable

public class OdtMergerConfigurationException
extends OdtMergerException

Indicates an error condition with the configuration of the OdtMerger.

This class may contain a nested class providing further detail about the nature of the failure. This class can be obtained vie Throwable.getCause().

See Also:
Serialized Form

Constructor Summary
OdtMergerConfigurationException(String message)
          Constructs an OdtMergerConfgurationException with an error message.
OdtMergerConfigurationException(String message, Throwable cause)
          Constructs an OdtMergerConfgurationException with an error 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

OdtMergerConfigurationException

public OdtMergerConfigurationException(String message)

Constructs an OdtMergerConfgurationException with an error message.

Parameters:
message - the error message

OdtMergerConfigurationException

public OdtMergerConfigurationException(String message,
                                       Throwable cause)

Constructs an OdtMergerConfgurationException with an error message and a cause.

Parameters:
message - the error message
cause - the underlying cause


© 2001-2009 DeltaXML Ltd. All Rights Reserved.