com.deltaxml.odf
Class OdfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.odf.OdfException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OdfLicensingException, OdtComparatorException, OdtInputException, OdtOutputException, StylesheetLoadException
public class OdfException
- extends Exception
Indicates a recoverable error within a DeltaXML ODF product.
This exception is the supertype of all other exceptions that occur
in ODF products.
- See Also:
- Serialized Form
|
Constructor Summary |
OdfException(String message)
Constructs a new OdfException with a configurable message |
OdfException(String message,
Throwable cause)
Constructs a new OdfException with a configurable message and an underlying cause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OdfException
public OdfException(String message)
- Constructs a new OdfException with a configurable message
- Parameters:
message - the exception message
OdfException
public OdfException(String message,
Throwable cause)
- Constructs a new OdfException with a configurable message and an underlying cause
- Parameters:
message - the exception messagecause - the underlying cause of the exception
© 2001-2009 DeltaXML Ltd. All Rights Reserved.