We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.
Class Slider.ValueOutOfBoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.vaadin.ui.Slider.ValueOutOfBoundsException
-
All Implemented Interfaces:
Enclosing class:
public class Slider.ValueOutOfBoundsException extends RuntimeException
Thrown when the value of the slider is about to be set to a value that is outside the valid range of the slider.
Author:
Vaadin Ltd.
See Also:
-
-
Constructor Summary
Constructors Constructor Description ValueOutOfBoundsException​(Double valueOutOfBounds)
Constructs an
ValueOutOfBoundsException
with the specified detail message.
-
Method Summary
All Methods Modifier and Type Method Description Double
getValue()
Gets the value that is outside the valid range of the slider.
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValueOutOfBoundsException
public ValueOutOfBoundsException​(Double valueOutOfBounds)
Constructs an
ValueOutOfBoundsException
with the specified detail message.Parameters:
valueOutOfBounds
- the value of the slider
-
-
Method Detail
-
getValue
public Double getValue()
Gets the value that is outside the valid range of the slider.
Returns:
the value that is out of bounds
-
-