com.deltaxml.odf
Class OdtOutputException

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

Constructor Summary
OdtOutputException(String message)
          Constructs a new OdtOutputException with a configurable message
OdtOutputException(String message, Throwable cause)
          Constructs a new OdtOutputException 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

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


© 2001-2009 DeltaXML Ltd. All Rights Reserved.