com.deltaxml.odf.comp
Class OdtComparatorException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OdtComparatorConfigurationException

public class OdtComparatorException
extends OdfException

Indicates an error condition in the OdtComparator.

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(). The see-also list includes some of the nested exceptions which could occur.

Version:
$Id: OdtComparatorException.java 5348 2009-06-01 09:28:30Z tristanm $
Author:
Nigel Whitaker
See Also:
PipelinedComparatorException, ParserConfigurationException, MissingSystemIdException, ParserInstantiationException, TransformerInstantiationException, MissingSystemIdException, Serialized Form

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

OdtComparatorException

public OdtComparatorException(String message)
Constructs an OdtComparatorException with an error message.

Parameters:
message - the error message

OdtComparatorException

public OdtComparatorException(String message,
                              Throwable cause)
Constructs an OdtSynchronizerException with an error message and a cause.

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


© 2001-2009 DeltaXML Ltd. All Rights Reserved.