PptxEditException

PptxEditException class

Represents an exception thrown when edit presentation error is detected.

PptxEditException

NameDescription
PptxEditException()Default function.

Returns: PptxEditException


PptxEditException

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

Parameters:

NameTypeDescription
messageStringmessage

Returns: PptxEditException


PptxEditException

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

Parameters:

NameTypeDescription
messageStringmessage
exceptionRuntimeExceptionoriginal exception

Returns: PptxEditException