Public Member Functions | |
long | getErrorCode () |
Returns the internal error code of the TFORMer runtime library. | |
String | getInformation () |
Returns the description of the error. | |
String | getSourceReference () |
Returns the source reference of the error. | |
String | getWin32ErrorCode () |
Returns the internal error code of the TFORMer runtime library. | |
boolean | isErrorCodeSet () |
Tests if exists the internal error code of the TFORMer runtime library. | |
TFormerException (String code, String description, String information, String sourceReference) | |
Constructor with all informations available from TFORMer Runtime. | |
TFormerException (String sMessage, int nErrorCode) | |
Constructor with text message and error code. | |
TFormerException (String sMessage, Throwable cause) | |
Constructor with text message and original exception. | |
TFormerException (String sMessage) | |
Constructor with text message only. | |
Static Public Attributes | |
static final long | ERR_ELEMENT_NOT_FOUND = 2147647531L |
element not found in the TFORMer runtime (0x8002802B) | |
static final long | ERR_OBJECT_NOT_FOUND = 4312 |
object not found in the TFORMer runtime | |
static final long | ERR_OK = 0 |
the error code if no error occurred |
TFormerException | ( | String | sMessage | ) |
Constructor with text message only.
sMessage | error message text |
TFormerException | ( | String | sMessage, | |
Throwable | cause | |||
) |
Constructor with text message and original exception.
sMessage | error message text | |
cause | original exception |
TFormerException | ( | String | sMessage, | |
int | nErrorCode | |||
) |
Constructor with text message and error code.
sMessage | error message text | |
nErrorCode | TBarCode error code |
TFormerException | ( | String | code, | |
String | description, | |||
String | information, | |||
String | sourceReference | |||
) |
Constructor with all informations available from TFORMer Runtime.
String getInformation | ( | ) |
Returns the description of the error.
This method returns the value of the function GetLastErrorInformation of the TFORMer runtime library
null
if this information is unavailable String getSourceReference | ( | ) |
Returns the source reference of the error.
This method returns the value of the function GetLastErrorSource of the TFORMer runtime library
null
if this information is unavailable boolean isErrorCodeSet | ( | ) |
Tests if exists the internal error code of the TFORMer runtime library.
true
for a internal error code, otherwise false
© 2006-2009 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Wed Sep 2 16:01:27 2009 for TFORMer Runtime JAVA Developer Reference with doxygen 1.5.8 |