com.vaadin.ui
Class Slider.ValueOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.vaadin.ui.Slider.ValueOutOfBoundsException
All Implemented Interfaces:
Serializable
Enclosing class:
Slider

public class Slider.ValueOutOfBoundsException
extends Exception

ValueOutOfBoundsException

Author:
IT Mill Ltd.
See Also:
Serialized Form

Constructor Summary
Slider.ValueOutOfBoundsException(Double valueOutOfBounds)
          Constructs an ValueOutOfBoundsException with the specified detail message.
 
Method Summary
 Double getValue()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

Slider.ValueOutOfBoundsException

public Slider.ValueOutOfBoundsException(Double valueOutOfBounds)
Constructs an ValueOutOfBoundsException with the specified detail message.

Parameters:
valueOutOfBounds -
Method Detail

getValue

public Double getValue()


Copyright © 2000-2010 IT Mill Ltd. All Rights Reserved.