PptxCorruptFileException
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 PptxCorruptFileException extends PptxReadException
Exception which thrown when presentation file is probably corrupt.
Constructors
Constructor | Description |
---|---|
PptxCorruptFileException() | Default constructor. |
PptxCorruptFileException(String message) | Constructor allowing a message to be added to this exception. |
PptxCorruptFileException(String message, RuntimeException exception) | Constructor for an exception containing a message and an embedded exception. |
PptxCorruptFileException()
public PptxCorruptFileException()
Default constructor.
PptxCorruptFileException(String message)
public PptxCorruptFileException(String message)
Constructor allowing a message to be added to this exception.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | message |
PptxCorruptFileException(String message, RuntimeException exception)
public PptxCorruptFileException(String message, RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | message |
exception | java.lang.RuntimeException | original exception |