com.deltaxml.odf.comp
Class OdtComparatorConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.odf.OdfException
com.deltaxml.odf.comp.OdtComparatorException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OdtComparatorConfigurationException
public OdtComparatorConfigurationException(String message)
Constructs an OdtComparatorConfgurationException with an error message.
- Parameters:
message - the error message
© 2001-2009 DeltaXML Ltd. All Rights Reserved.