com.aspose.slides
Class OOXMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.ms.System.Exception
                  extended by com.aspose.slides.OOXMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OOXMLCorruptFileException, PptxException

public class OOXMLException
extends com.aspose.ms.System.Exception

Represents a standard internal exception type related to Office Open XML file format.

See Also:
Serialized Form

Constructor Summary
OOXMLException()
           Default constructor.
OOXMLException(java.lang.String message)
           Constructor allowing a message to be added to this exception.
OOXMLException(java.lang.String message, com.aspose.ms.System.Exception exception)
           Constructor for an exception containing a message and an embedded exception.
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Exception
getInnerException, getType
 
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

OOXMLException

public OOXMLException()

Default constructor.


OOXMLException

public OOXMLException(java.lang.String message)

Constructor allowing a message to be added to this exception.

Parameters:
message - message

OOXMLException

public OOXMLException(java.lang.String message,
                      com.aspose.ms.System.Exception exception)

Constructor for an exception containing a message and an embedded exception.

Parameters:
message - message
exception - original exception