com.deltaxml.odf
Class OdfInternalError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.deltaxml.odf.OdfInternalError
- All Implemented Interfaces:
- Serializable
public class OdfInternalError
- extends Error
Indicates an error condition within the ODF product.
Error conditions that cause an OdfInternalError are
typically unrecoverable and should be reported to DeltaXML
Support.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OdfInternalError
public OdfInternalError(String message)
- Constructs a new OdfInternalError with a configurable message
- Parameters:
message - the error message
OdfInternalError
public OdfInternalError(String message,
Throwable cause)
- Constructs a new OdfInternalError with a configurable message and an underlying cause
- Parameters:
message - the error messagecause - the underlying cause of the error
© 2001-2009 DeltaXML Ltd. All Rights Reserved.