Main Page | Features | Central Services | csv-Files | Types | Transfer | Access | API-C | API-VB/ActiveX | API-Java | Examples | Downloads
Static Public Member Functions
de.desy.tine.definitions.TErrorList Class Reference

TINE Static error strings. More...

List of all members.

Static Public Member Functions

static int getErrorCode (int code)
 Removes informational bits from the given error code.
static String getErrorString (int code)
 Interprets system error code as string.
static String toString (int code)
 Interprets system error code as string.
static boolean hasData (int code)
 Determines whether the given status (return) code also implies that data have been returned in the call.
static boolean isRedirected (int code)
 Determines whether the given return code also implies that data have been returned from a different source than that given in the call.

Detailed Description

TINE Static error strings.


Member Function Documentation

static int de.desy.tine.definitions.TErrorList.getErrorCode ( int  code) [static]

Removes informational bits from the given error code.

Parameters:
codeis the tine error code for which the undecorated error code is desired
static String de.desy.tine.definitions.TErrorList.getErrorString ( int  code) [static]

Interprets system error code as string.

Parameters:
codeis the tine error code for which the error string is desired
static boolean de.desy.tine.definitions.TErrorList.hasData ( int  code) [static]

Determines whether the given status (return) code also implies that data have been returned in the call.

Parameters:
codeis the status (return) code to be examined
Returns:
true or false
static boolean de.desy.tine.definitions.TErrorList.isRedirected ( int  code) [static]

Determines whether the given return code also implies that data have been returned from a different source than that given in the call.

Parameters:
codeis the return (error) code to be examined
Returns:
true or false
static String de.desy.tine.definitions.TErrorList.toString ( int  code) [static]

Interprets system error code as string.

Parameters:
codeis the tine error code for which the error string is desired

The documentation for this class was generated from the following file: