public class MissingEnumerationException extends EnumerationException
switch-case
selection it reaches the default
keyword and
therefore this exception is thrown._data
Constructor and Description |
---|
MissingEnumerationException()
The constructor of this exception.
|
MissingEnumerationException(IEEnum data_)
The constructor of this exception.
|
MissingEnumerationException(IEEnum data_,
java.lang.String message_)
The constructor of this exception.
|
MissingEnumerationException(IEEnum data_,
java.lang.String message_,
java.lang.Throwable cause_)
The constructor of this exception.
|
MissingEnumerationException(IEEnum data_,
java.lang.Throwable cause_)
The constructor of this exception.
|
MissingEnumerationException(java.lang.String message_)
The constructor of this exception.
|
MissingEnumerationException(java.lang.String message_,
java.lang.Throwable cause_)
The constructor of this exception.
|
MissingEnumerationException(java.lang.Throwable cause_)
The constructor of this exception.
|
getData
public MissingEnumerationException()
public MissingEnumerationException(java.lang.String message_)
message_
- The message.public MissingEnumerationException(java.lang.Throwable cause_)
cause_
- Is the throwable cause of this exception.public MissingEnumerationException(java.lang.String message_, java.lang.Throwable cause_)
message_
- Is the message.cause_
- Is the throwable cause of this exception.public MissingEnumerationException(IEEnum data_)
data_
- The data element on which this exception occurred.public MissingEnumerationException(IEEnum data_, java.lang.String message_)
data_
- The data element on which this exception occurred.message_
- The message.public MissingEnumerationException(IEEnum data_, java.lang.Throwable cause_)
data_
- The data element on which this exception occurred.cause_
- Is the throwable cause of this exception.public MissingEnumerationException(IEEnum data_, java.lang.String message_, java.lang.Throwable cause_)
data_
- The data element on which this exception occurred.message_
- Is the message.cause_
- Is the throwable cause of this exception.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft