public final class ValueNotSetException
extends java.lang.Exception
Constructor and Description |
---|
ValueNotSetException()
The constructor of this exception.
|
ValueNotSetException(java.lang.Number currentValue_)
The constructor of this exception.
|
ValueNotSetException(java.lang.String message_,
java.lang.Number currentValue_)
The constructor of this exception.
|
ValueNotSetException(java.lang.String message_,
java.lang.Throwable cause_,
java.lang.Number currentValue_)
The constructor of this exception.
|
ValueNotSetException(java.lang.Throwable cause_,
java.lang.Number currentValue_)
The constructor of this exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
getCurrentValue()
Returns the current number.
|
public ValueNotSetException()
public ValueNotSetException(java.lang.Number currentValue_)
currentValue_
- Is the current value you wanted to set.public ValueNotSetException(java.lang.String message_, java.lang.Number currentValue_)
message_
- Gets a message as its description.currentValue_
- Is the current value you wanted to set.public ValueNotSetException(java.lang.Throwable cause_, java.lang.Number currentValue_)
cause_
- Is the throwable cause of this exception.currentValue_
- Is the current value you wanted to set.public ValueNotSetException(java.lang.String message_, java.lang.Throwable cause_, java.lang.Number currentValue_)
message_
- Gets a message as its description.cause_
- Is the throwable cause of this exception.currentValue_
- Is the current value you wanted to set.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft