public class EnumerationException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
protected IEEnum |
_data
The data element if set.
|
static long |
serialVersionUID
Is the unique serial version UID
|
Constructor and Description |
---|
EnumerationException()
The constructor of this exception.
|
EnumerationException(IEEnum data_)
The constructor of this exception.
|
EnumerationException(IEEnum data_,
java.lang.String message_)
The constructor of this exception.
|
EnumerationException(IEEnum data_,
java.lang.String message_,
java.lang.Throwable cause_)
The constructor of this exception.
|
EnumerationException(IEEnum data_,
java.lang.Throwable cause_)
The constructor of this exception.
|
EnumerationException(java.lang.String message_)
The constructor of this exception.
|
EnumerationException(java.lang.String message_,
java.lang.Throwable cause_)
The constructor of this exception.
|
EnumerationException(java.lang.Throwable cause_)
The constructor of this exception.
|
Modifier and Type | Method and Description |
---|---|
IEEnum |
getData()
Returns the data element.
|
public static final long serialVersionUID
protected IEEnum _data
public EnumerationException()
public EnumerationException(java.lang.String message_)
message_
- Sets the message as its description.public EnumerationException(java.lang.Throwable cause_)
cause_
- Is the throwable cause of this exception.public EnumerationException(java.lang.String message_, java.lang.Throwable cause_)
message_
- Sets the message as its description.cause_
- Is the throwable cause of this exception.public EnumerationException(IEEnum data_)
data_
- The data element on which this exception occurred.public EnumerationException(IEEnum data_, java.lang.String message_)
data_
- The data element on which this exception occurred.message_
- Sets the message as its description.public EnumerationException(IEEnum data_, java.lang.Throwable cause_)
data_
- The data element on which this exception occurred.cause_
- Is the throwable cause of this exception.public EnumerationException(IEEnum 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.public IEEnum getData()
null
.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft