PptEditException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.slides.PptException
public class PptEditException extends PptException
Represents an exception thrown when edit presentation error is detected.
Constructors
Constructor | Description |
---|---|
PptEditException() | Default constructor. |
PptEditException(String message) | Constructor allowing a message to be added to this exception. |
PptEditException(String message, RuntimeException exception) | Constructor for an exception containing a message and an embedded exception. |
PptEditException()
public PptEditException()
Default constructor.
PptEditException(String message)
public PptEditException(String message)
Constructor allowing a message to be added to this exception.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | message |
PptEditException(String message, RuntimeException exception)
public PptEditException(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 |