Uses of Class
net.sf.mmm.util.value.api.ValueOutOfRangeException

Packages that use ValueOutOfRangeException
net.sf.mmm.util.value.api Provides the API for generic handling of values. 
net.sf.mmm.util.value.base Contains the base-implementations of the value API
 

Uses of ValueOutOfRangeException in net.sf.mmm.util.value.api
 

Methods in net.sf.mmm.util.value.api that throw ValueOutOfRangeException
static void ValueOutOfRangeException.checkRange(Number value, Number minimum, Number maximum, Object valueSource)
          This method checks that the given value is in the inclusive range from minimum to maximum.
<TARGET extends Number>
TARGET
GenericValueConverter.convertValue(SOURCE value, Object valueSource, TARGET minimum, TARGET maximum)
          This method converts the given value to a numeric type and also validates that it is in the given range from minimum to maximum.
<TARGET extends Number>
TARGET
GenericValueConverter.convertValue(SOURCE value, Object valueSource, TARGET minimum, TARGET maximum, TARGET defaultValue)
          This method gets a numeric value and also validates that it is in the given range from minimum to maximum.
 

Uses of ValueOutOfRangeException in net.sf.mmm.util.value.base
 

Methods in net.sf.mmm.util.value.base that throw ValueOutOfRangeException
<TARGET extends Number>
TARGET
AbstractGenericValueConverter.convertValue(SOURCE value, Object valueSource, TARGET minimum, TARGET maximum)
          This method converts the given value to a numeric type and also validates that it is in the given range from minimum to maximum.
<TARGET extends Number>
TARGET
AbstractGenericValueConverter.convertValue(SOURCE value, Object valueSource, TARGET minimum, TARGET maximum, TARGET defaultValue)
          This method gets a numeric value and also validates that it is in the given range from minimum to maximum.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.