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