PptxException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.slides.OOXMLException
public class PptxException extends OOXMLException
Represents a standard internal exception type.
Constructors
Constructor | Description |
---|---|
PptxException() | Default constructor. |
PptxException(String message) | Constructor allowing a message to be added to this exception. |
PptxException(String message, RuntimeException exception) | Constructor for an exception containing a message and an embedded exception. |
PptxException()
public PptxException()
Default constructor.
PptxException(String message)
public PptxException(String message)
Constructor allowing a message to be added to this exception.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | message |
PptxException(String message, RuntimeException exception)
public PptxException(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 |