com.deltaxml.odf
Class OdfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
 
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

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 message
cause - the underlying cause of the exception


© 2001-2009 DeltaXML Ltd. All Rights Reserved.