public class TineException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
TineException(int error_)
The constructor of this exception.
|
TineException(int error_,
java.lang.String message_)
The constructor of this exception.
|
TineException(int error_,
java.lang.String message_,
java.lang.Throwable cause_)
The constructor of this exception.
|
TineException(int error_,
java.lang.Throwable cause_)
The constructor of this exception.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Returns the error code from the constructor.
|
public static final long serialVersionUID
public TineException(int error_)
error_
- The error code value. This is in most cases the TINE error
code.public TineException(int error_, java.lang.String message_)
error_
- The error code value. This is in most cases the TINE error
code.message_
- Gets a message as its description.public TineException(int error_, java.lang.Throwable cause_)
error_
- The error code value. This is in most cases the TINE error
code.cause_
- Is the throwable cause of this exception.public TineException(int error_, java.lang.String message_, java.lang.Throwable cause_)
error_
- The error code value. This is in most cases the TINE error
code.message_
- Gets a message as its description.cause_
- Is the throwable cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft