OOXMLException

OOXMLException class

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

OOXMLException

NameDescription
OOXMLException()Default function.

Returns: OOXMLException


OOXMLException

NameDescription
OOXMLException(String)Constructor allowing a message to be added to this exception.

Parameters:

NameTypeDescription
messageStringmessage

Returns: OOXMLException


OOXMLException

NameDescription
OOXMLException(String, RuntimeException)Constructor for an exception containing a message and an embedded exception.

Parameters:

NameTypeDescription
messageStringmessage
exceptionRuntimeExceptionoriginal exception

Returns: OOXMLException