public class EnumerationNotFoundException extends EnumerationException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Is the unique serial version UID
|
_data
Constructor and Description |
---|
EnumerationNotFoundException()
The constructor of this exception.
|
EnumerationNotFoundException(IEData data_)
The constructor of this exception.
|
EnumerationNotFoundException(IEData data_,
java.lang.String message_)
The constructor of this exception.
|
EnumerationNotFoundException(IEData data_,
java.lang.String message_,
java.lang.Throwable cause_)
The constructor of this exception.
|
EnumerationNotFoundException(IEData data_,
java.lang.Throwable cause_)
The constructor of this exception.
|
EnumerationNotFoundException(java.lang.String message_)
The constructor of this exception.
|
EnumerationNotFoundException(java.lang.String message_,
java.lang.Throwable cause_)
The constructor of this exception.
|
EnumerationNotFoundException(java.lang.Throwable cause_)
The constructor of this exception.
|
getData
public static final long serialVersionUID
public EnumerationNotFoundException()
public EnumerationNotFoundException(java.lang.String message_)
message_
- Sets the message as its description.public EnumerationNotFoundException(java.lang.Throwable cause_)
cause_
- Is the throwable cause of this exception.public EnumerationNotFoundException(java.lang.String message_, java.lang.Throwable cause_)
message_
- Sets the message as its description.cause_
- Is the throwable cause of this exception.public EnumerationNotFoundException(IEData data_)
data_
- The data element on which this exception occurred.public EnumerationNotFoundException(IEData data_, java.lang.String message_)
data_
- The data element on which this exception occurred.message_
- Sets the message as its description.public EnumerationNotFoundException(IEData data_, java.lang.Throwable cause_)
data_
- The data element on which this exception occurred.cause_
- Is the throwable cause of this exception.public EnumerationNotFoundException(IEData data_, java.lang.String message_, java.lang.Throwable cause_)
data_
- The data element on which this exception occurred.message_
- Sets the 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