PptCorruptFileException

PptCorruptFileException class

Exception which thrown when presentation file is probably corrupt.

PptCorruptFileException

NameDescription
PptCorruptFileException()Default function.

Returns: PptCorruptFileException


PptCorruptFileException

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

Parameters:

NameTypeDescription
messageStringmessage

Returns: PptCorruptFileException


PptCorruptFileException

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

Parameters:

NameTypeDescription
messageStringmessage
exceptionRuntimeExceptionoriginal exception

Returns: PptCorruptFileException