|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.deltaxml.odf.OdfException
com.deltaxml.odf.comp.OdtComparatorException
public class OdtComparatorException
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.
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 |
|---|
public OdtComparatorException(String message)
message - the error message
public OdtComparatorException(String message,
Throwable cause)
message - the error messagecause - the Throwable that caused this Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||