com.inscoper.api.InscoperException¶
InscoperException class is the custom exception class. More...
Inherits from java.lang.Exception
Public Functions¶
| Name | |
|---|---|
| synchronized void | delete() |
| String | getMessage() |
| InscoperException(String msg) Constructor with a specific exception message. |
|
| String | what() Get the message of the exception. |
Protected Functions¶
| Name | |
|---|---|
| InscoperException(long cPtr, boolean cMemoryOwn) | |
| void | finalize() |
| long | getCPtr(InscoperException obj) |
| long | swigRelease(InscoperException obj) |
Protected Attributes¶
| Name | |
|---|---|
| transient boolean | swigCMemOwn |
Detailed Description¶
InscoperException class is the custom exception class.
This class provides a mechanism to report exceptions.
Public Functions Documentation¶
function delete¶
function getMessage¶
function InscoperException¶
Constructor with a specific exception message.
Parameters:
- msg : The exception message
function what¶
Get the message of the exception.
Return: The exception message
Retrieves the message associated with the exception.
Protected Functions Documentation¶
function InscoperException¶
function finalize¶
function getCPtr¶
function swigRelease¶
Protected Attributes Documentation¶
variable swigCMemOwn¶
Updated on 2026-04-02 at 10:55:37 +0200