PptReadException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.slides.PptException
public class PptReadException extends PptException
Represents an exception which thrown on presentation reading errors.
Constructors
| Constructor | Description |
|---|---|
| PptReadException() | Default constructor. |
| PptReadException(String message) | Constructor allowing a message to be added to this exception. |
| PptReadException(String message, Exception exception) | Constructor for an exception containing a message and an embedded exception. |
PptReadException()
public PptReadException()
Default constructor.
PptReadException(String message)
public PptReadException(String message)
Constructor allowing a message to be added to this exception.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | message |
PptReadException(String message, Exception exception)
public PptReadException(String message, Exception exception)
Constructor for an exception containing a message and an embedded exception.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| message | java.lang.String | message |
| exception | java.lang.Exception | original exception |