Class Slider.ValueOutOfBoundsException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Slider

    @Deprecated
    public class Slider.ValueOutOfBoundsException
    extends 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 Detail

      • ValueOutOfBoundsException

        public ValueOutOfBoundsException​(Double valueOutOfBounds)
        Deprecated.
        Constructs an ValueOutOfBoundsException with the specified detail message.
        Parameters:
        valueOutOfBounds -
    • Method Detail

      • getValue

        public Double getValue()
        Deprecated.
        Gets the value that is outside the valid range of the slider.
        Returns:
        the value that is out of bounds