PptxReadException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.slides.OOXMLException, com.aspose.slides.PptxException

public class PptxReadException extends PptxException

Represents an exception which thrown on presentation reading errors.

Constructors

ConstructorDescription
PptxReadException()Default constructor.
PptxReadException(String message)Constructor allowing a message to be added to this exception.
PptxReadException(String message, RuntimeException exception)Constructor for an exception containing a message and an embedded exception.

PptxReadException()

public PptxReadException()

Default constructor.

PptxReadException(String message)

public PptxReadException(String message)

Constructor allowing a message to be added to this exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage

PptxReadException(String message, RuntimeException exception)

public PptxReadException(String message, RuntimeException exception)

Constructor for an exception containing a message and an embedded exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage
exceptionjava.lang.RuntimeExceptionoriginal exception