public class InvalidDeviceNameException
extends java.lang.RuntimeException
This exception is thrown at runtime when the device name is invalid.
For example, you wanted to use for the Linac2 RF modulators from 1 to 12.
This is normally done by constructing a TINE path with the following
introduction. The context and device server will be /HARDWARE/RFMod
and the modulators will be counted from 1 to 12: modulator01
,
modulator02
, ..., modulator12
. If one of these will not
end with a number it is invalid and this exception should be thrown.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
InvalidDeviceNameException()
Constructs an invalid device name exception.
|
InvalidDeviceNameException(java.lang.String message_)
Constructs an invalid device name exception.
|
InvalidDeviceNameException(java.lang.String message_,
java.lang.Throwable cause_)
Constructs an invalid device name exception.
|
InvalidDeviceNameException(java.lang.Throwable cause_)
Constructs an invalid device name exception.
|
public static final long serialVersionUID
public InvalidDeviceNameException()
public InvalidDeviceNameException(java.lang.String message_)
message_
- Is the message.public InvalidDeviceNameException(java.lang.Throwable cause_)
cause_
- Is the throw able cause of this exception.public InvalidDeviceNameException(java.lang.String message_, java.lang.Throwable cause_)
message_
- Is the message.cause_
- Is the throw able cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft