public class NotInitializedException
extends java.lang.IllegalArgumentException
The initialization of the instance can not done because some of the precondition fails.
For example, the transmitter status of Petra3 RF expects different status
values via TINE from the TINE address called /MHF/PERF.ML/Read/TransmitterStatus_L
or .../TransmitterStatus_R
. If one of the pre defined string values
in the monitor class doesn't fit with the delivered values from TINE this
exception is thrown, to show that there is misleading definition of the pre
defined values.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the serial version UID to unify this class.
|
Constructor and Description |
---|
NotInitializedException()
Constructor.
|
NotInitializedException(java.lang.String message_)
Constructor.
|
NotInitializedException(java.lang.String message_,
java.lang.Throwable cause_)
Constructor.
|
NotInitializedException(java.lang.Throwable cause_)
Constructor.
|
public static final long serialVersionUID
public NotInitializedException()
public NotInitializedException(java.lang.String message_)
message_
- Message of the NotInitializedException
instance.public NotInitializedException(java.lang.Throwable cause_)
cause_
- Is the throwable cause of this exception.public NotInitializedException(java.lang.String message_, java.lang.Throwable cause_)
message_
- Message of the NotInitializedException
instance.cause_
- Is the throwable cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft