Package 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:
java.io.Serializable
- Enclosing class:
- Slider
public class Slider.ValueOutOfBoundsException extends java.lang.RuntimeExceptionThrown 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueOutOfBoundsException(java.lang.Double valueOutOfBounds)Constructs anValueOutOfBoundsExceptionwith the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetValue()Gets the value that is outside the valid range of the slider.
-