public class OdpException
extends com.aspose.ms.System.Exception
Represents a standard internal exception type.
| Constructor and Description |
|---|
OdpException()
Default constructor
|
OdpException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
OdpException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public OdpException()
Default constructor
public OdpException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message - messagepublic OdpException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message - messageexception - original exceptionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.