PptUnsupportedFormatException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.slides.PptException, com.aspose.slides.PptReadException

public class PptUnsupportedFormatException extends PptReadException

Exception which thrown when presentation file format is unsupported.

Constructors

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

PptUnsupportedFormatException()

public PptUnsupportedFormatException()

Default constructor.

PptUnsupportedFormatException(String message)

public PptUnsupportedFormatException(String message)

Constructor allowing a message to be added to this exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage

PptUnsupportedFormatException(String message, RuntimeException exception)

public PptUnsupportedFormatException(String message, RuntimeException exception)

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

Parameters:

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