|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.ui.Slider.ValueOutOfBoundsException
public class Slider.ValueOutOfBoundsException
Thrown when the value of the slider is about to be set to a value that is outside the valid range of the slider.
Constructor Summary | |
---|---|
Slider.ValueOutOfBoundsException(java.lang.Double valueOutOfBounds)
Constructs an ValueOutOfBoundsException with the
specified detail message. |
Method Summary | |
---|---|
java.lang.Double |
getValue()
Gets the value that is outside the valid range of the slider. |
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 |
---|
public Slider.ValueOutOfBoundsException(java.lang.Double valueOutOfBounds)
ValueOutOfBoundsException
with the
specified detail message.
valueOutOfBounds
- Method Detail |
---|
public java.lang.Double getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |