Impact Acquire SDK Java
|
A factory class to raise Impact Acquire related exceptions. More...
Public Member Functions | |
synchronized void | delete () |
ExceptionFactory () | |
Static Public Member Functions | |
static String | getLastErrorString () |
Returns the last error string that did occur inside the framework within the current thread. | |
static void | raiseException (String pFunctionName, int lineNumber, int errorCode) |
Raises an exception from an error code, its origin in terms of the function name and the line number the error did occur and an optional component handle. | |
static void | raiseException (String pFunctionName, int lineNumber, int errorCode, int objectHandle) |
Raises an exception from an error code, its origin in terms of the function name and the line number the error did occur and an optional component handle. | |
static void | raiseException (String pFunctionName, int lineNumber, int errorCode, String msg) |
Raises an exception from an error code, its origin in terms of the function name and the line number the error did occur and an exception string. | |
Protected Member Functions | |
ExceptionFactory (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | swigRelease (ExceptionFactory obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
A factory class to raise Impact Acquire related exceptions.
This class contains a collection of static member functions that are used inside the interface to raise the appropriate exception in case of an error
|
protected |
ExceptionFactory | ( | ) |
synchronized void delete | ( | ) |
|
protected |
|
static |
Returns the last error string that did occur inside the framework within the current thread.
|
static |
Raises an exception from an error code, its origin in terms of the function name and the line number the error did occur and an optional component handle.
pFunctionName | [in] The name of the function this exception was raised from. |
lineNumber | [in] The line number in the source this exception was raised from. |
errorCode | [in] The error code. |
|
static |
Raises an exception from an error code, its origin in terms of the function name and the line number the error did occur and an optional component handle.
pFunctionName | [in] The name of the function this exception was raised from. |
lineNumber | [in] The line number in the source this exception was raised from. |
errorCode | [in] The error code. |
objectHandle | [in] A handle to an object. |
|
static |
Raises an exception from an error code, its origin in terms of the function name and the line number the error did occur and an exception string.
pFunctionName | [in] The name of the function this exception was raised from. |
lineNumber | [in] The line number in the source this exception was raised from. |
errorCode | [in] The error code. |
msg | [in] The actual exception text. |
|
staticprotected |
|
protected |