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