com.deltaxml.odf.comp
Class OdtComparatorConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.deltaxml.odf.OdfException
              extended by com.deltaxml.odf.comp.OdtComparatorException
                  extended by com.deltaxml.odf.comp.OdtComparatorConfigurationException
All Implemented Interfaces:
Serializable

public class OdtComparatorConfigurationException
extends OdtComparatorException

Indicates an error condition with the configuration of the OdtComparator.

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

Author:
Tristan Mitchell
See Also:
Serialized Form

Constructor Summary
OdtComparatorConfigurationException(String message)
          Constructs an OdtComparatorConfgurationException with an error message.
 
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

OdtComparatorConfigurationException

public OdtComparatorConfigurationException(String message)

Constructs an OdtComparatorConfgurationException with an error message.

Parameters:
message - the error message


© 2001-2009 DeltaXML Ltd. All Rights Reserved.