PptException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class PptException extends System.Exception

Represents a standard internal exception type.

Constructors

ConstructorDescription
PptException()Default constructor.
PptException(String message)Constructor allowing a message to be added to this exception.
PptException(String message, Exception exception)Constructor for an exception containing a message and an embedded exception.

PptException()

public PptException()

Default constructor.

PptException(String message)

public PptException(String message)

Constructor allowing a message to be added to this exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage

PptException(String message, Exception exception)

public PptException(String message, Exception exception)

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

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage
exceptionjava.lang.Exceptionoriginal exception