Package com.vaadin.v7.ui
Class Slider.ValueOutOfBoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.vaadin.v7.ui.Slider.ValueOutOfBoundsException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Slider
@Deprecated public class Slider.ValueOutOfBoundsException extends java.lang.RuntimeException
Deprecated.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueOutOfBoundsException(java.lang.Double valueOutOfBounds)
Deprecated.Constructs anValueOutOfBoundsException
with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Double
getValue()
Deprecated.Gets the value that is outside the valid range of the slider.
-