com.deltaxml.odf
Class OdtOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.odf.OdfException
com.deltaxml.odf.OdtOutputException
- All Implemented Interfaces:
- Serializable
public class OdtOutputException
- extends OdfException
An exception indicating that there is a problem constructing
the ODT output.
The Throwable returned by the Throwable.getCause()
method may give more details of what is wrong.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OdtOutputException
public OdtOutputException(String message)
- Constructs a new OdtOutputException with a configurable message
- Parameters:
message - the exception message
OdtOutputException
public OdtOutputException(String message,
Throwable cause)
- Constructs a new OdtOutputException 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.