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