PptException

PptException class

Represents a standard internal exception type.

PptException

NameDescription
PptException()Default function.

Returns: PptException


PptException

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

Parameters:

NameTypeDescription
messageStringmessage

Returns: PptException


PptException

NameDescription
PptException(String, Exception)Constructor for an exception containing a message and an embedded exception.

Parameters:

NameTypeDescription
messageStringmessage
exceptionExceptionoriginal exception

Returns: PptException