PptxReadException

PptxReadException class

Represents an exception which thrown on presentation reading errors.

PptxReadException

NameDescription
PptxReadException()Default function.

Returns: PptxReadException


PptxReadException

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

Parameters:

NameTypeDescription
messageStringmessage

Returns: PptxReadException


PptxReadException

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

Parameters:

NameTypeDescription
messageStringmessage
exceptionRuntimeExceptionoriginal exception

Returns: PptxReadException