public class TinePathException extends TineException
This exception is thrown if some parameters in the TINE link path string
are not correct or an error occurred on build this path with a call
to de.desy.tine.client.TLink
.
With a TINE path here is meant the device context, device server and the device name with (more or less) the property name. Each element is separated with a slash: /<device context>/<device server>/<device name>/ <property>. For more information about TINE see at the TINE documentation.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
TinePathException(int error_)
This is the parameterless constructor of this exception.
|
TinePathException(int error_,
java.lang.String message_)
This is the constructor of this exception.
|
TinePathException(int error_,
java.lang.String message_,
java.lang.Throwable cause_)
This is a constructor of this exception.
|
TinePathException(int error_,
java.lang.Throwable cause_)
This is the constructor of this exception.
|
getErrorCode
public static final long serialVersionUID
public TinePathException(int error_)
error_
- The error code value. This is in most cases the TINE error
code.public TinePathException(int error_, java.lang.String message_)
java.lang.String
value.error_
- The error code value. This is in most cases the TINE error
code.message_
- Is the message of this exception.public TinePathException(int error_, java.lang.Throwable cause_)
java.lang.Throwable
value.error_
- The error code value. This is in most cases the TINE error
code.cause_
- Is the cause of this exception.public TinePathException(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_
- Is the message of this exception.cause_
- Is the cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft