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, toStringpublic ValueOutOfBoundsException(Double valueOutOfBounds)
ValueOutOfBoundsException with the
specified detail message.valueOutOfBounds - the value of the sliderpublic Double getValue()
Copyright © 2021 Vaadin Ltd. All rights reserved.