public class TineUserException
extends de.desy.mst.auxiliary.devl.deviceserverlib.exceptions.UserException
Constructor and Description |
---|
TineUserException(EErrorExt error_)
A TINE error code exception is created with the error extension
enumeration.
|
TineUserException(EErrorExt error_,
float value_)
A TINE error code exception is created with the error extension
enumeration.
|
TineUserException(EErrorExt error_,
int value_)
A TINE error code exception is created with the error extension
enumeration.
|
TineUserException(EErrorExt error_,
java.lang.String message_)
A TINE error code exception is created with the error extension
enumeration.
|
TineUserException(int error_)
Constructor of a TINE failure exception.
|
TineUserException(int error_,
float value_)
Constructor of a TINE failure exception.
|
TineUserException(int error_,
int value_)
Constructor of a TINE failure exception.
|
TineUserException(int error_,
java.lang.String message_)
Constructor of a TINE failure exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getErrorKey
public TineUserException(EErrorExt error_)
error_
- Is the error extension enumeration.public TineUserException(EErrorExt error_, java.lang.String message_)
error_
- Is the error extension enumeration.message_
- Is a detailed explanation of the error.public TineUserException(EErrorExt error_, int value_)
error_
- Is the error extension enumeration.value_
- Is the subjected error number.public TineUserException(EErrorExt error_, float value_)
error_
- Is the error extension enumeration.value_
- Is the subjected error number.public TineUserException(int error_)
TErrorList
.error_
- Is the TINE error code.public TineUserException(int error_, java.lang.String message_)
TErrorList
.error_
- Is the TINE error code.message_
- Is a detailed explanation of the error.public TineUserException(int error_, int value_)
TErrorList
.error_
- Is the TINE error code.value_
- Is the subjected error number.public TineUserException(int error_, float value_)
TErrorList
.error_
- Is the TINE error code.value_
- Is the subjected error number.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft