public class OOXMLException
extends com.aspose.ms.System.Exception
Represents a standard internal exception type related to Office Open XML file format.
Constructor and Description |
---|
OOXMLException()
Default constructor.
|
OOXMLException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
OOXMLException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public OOXMLException()
Default constructor.
public OOXMLException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic OOXMLException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception