Skip to content

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

public class com.inscoper.api.InscoperException;

InscoperException class is the custom exception class.

This class provides a mechanism to report exceptions.

Public Functions Documentation

function delete

public synchronized void delete()

function getMessage

public String getMessage()

function InscoperException

public InscoperException(
    String msg
)

Constructor with a specific exception message.

Parameters:

  • msg : The exception message

function what

public String what()

Get the message of the exception.

Return: The exception message

Retrieves the message associated with the exception.

Protected Functions Documentation

function InscoperException

protected InscoperException(
    long cPtr,
    boolean cMemoryOwn
)

function finalize

protected void finalize()

function getCPtr

protected static long getCPtr(
    InscoperException obj
)

function swigRelease

protected static long swigRelease(
    InscoperException obj
)

Protected Attributes Documentation

variable swigCMemOwn

transient boolean swigCMemOwn;

Updated on 2026-04-02 at 10:55:37 +0200