OOXMLException
OOXMLException class
Represents a standard internal exception type related to Office Open XML file format.
OOXMLException
Name | Description |
---|---|
OOXMLException() | Default function. |
Returns: OOXMLException
OOXMLException
Name | Description |
---|---|
OOXMLException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
Returns: OOXMLException
OOXMLException
Name | Description |
---|---|
OOXMLException(String, RuntimeException) | Constructor for an exception containing a message and an embedded exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
exception | RuntimeException | original exception |
Returns: OOXMLException