com.deltaxml.odf
Class OdfInternalError

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

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

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


© 2001-2009 DeltaXML Ltd. All Rights Reserved.