PptxException

PptxException class

Represents a standard internal exception type.

PptxException

NameDescription
PptxException()Default function.

Returns: PptxException


PptxException

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

Parameters:

NameTypeDescription
messageStringmessage

Returns: PptxException


PptxException

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

Parameters:

NameTypeDescription
messageStringmessage
exceptionRuntimeExceptionoriginal exception

Returns: PptxException