public class Slider.ValueOutOfBoundsException extends RuntimeException
Constructor and Description |
---|
ValueOutOfBoundsException(Double valueOutOfBounds)
Constructs an
ValueOutOfBoundsException with the
specified detail message. |
Modifier and Type | Method and Description |
---|---|
Double |
getValue()
Gets the value that is outside the valid range of the slider.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValueOutOfBoundsException(Double valueOutOfBounds)
ValueOutOfBoundsException
with the
specified detail message.valueOutOfBounds
- the value of the sliderpublic Double getValue()
Copyright © 2019 Vaadin Ltd. All rights reserved.