Class 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 an ValueOutOfBoundsException 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ValueOutOfBoundsException

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

      • getValue

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