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

ConstructorDescription
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:

ParameterTypeDescription
messagejava.lang.Stringmessage

OdpReadException(String message, RuntimeException exception)

public OdpReadException(String message, RuntimeException exception)

Constructor for an exception containing a message and an embedded exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage
exceptionjava.lang.RuntimeExceptionoriginal exception