PptxUnsupportedFormatException

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, com.aspose.slides.PptxReadException

public class PptxUnsupportedFormatException extends PptxReadException

Exception which thrown when presentation file format is unsupported.

Constructors

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

PptxUnsupportedFormatException()

public PptxUnsupportedFormatException()

Default constructor.

PptxUnsupportedFormatException(String message)

public PptxUnsupportedFormatException(String message)

Constructor allowing a message to be added to this exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage

PptxUnsupportedFormatException(String message, RuntimeException exception)

public PptxUnsupportedFormatException(String message, RuntimeException exception)

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

Parameters:

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