|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueNotSetException | |
|---|---|
| net.sf.mmm.util.context.api | Provides the API for a generic context. |
| net.sf.mmm.util.context.base | Provides the base-implementation of the Context-API. |
| 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 ValueNotSetException in net.sf.mmm.util.context.api |
|---|
| Methods in net.sf.mmm.util.context.api that throw ValueNotSetException | ||
|---|---|---|
|
GenericContext.requireVariable(Class<T> type)
This method gets the variable associated with the given type. |
|
Object |
GenericContext.requireVariable(String variableName)
This method gets the variable associated with the given variableName. |
|
|
GenericContext.requireVariable(String variableName,
Class<T> type)
This method gets the variable associated with the given variableName. |
|
| Uses of ValueNotSetException in net.sf.mmm.util.context.base |
|---|
| Methods in net.sf.mmm.util.context.base that throw ValueNotSetException | ||
|---|---|---|
|
AbstractMutableGenericContext.requireVariable(Class<T> type)
This method gets the variable associated with the given type. |
|
|
AbstractGenericContextProxy.requireVariable(Class<T> type)
This method gets the variable associated with the given type. |
|
Object |
AbstractMutableGenericContext.requireVariable(String variableName)
This method gets the variable associated with the given variableName. |
|
Object |
AbstractGenericContextProxy.requireVariable(String variableName)
This method gets the variable associated with the given variableName. |
|
|
AbstractMutableGenericContext.requireVariable(String variableName,
Class<T> type)
This method gets the variable associated with the given variableName. |
|
|
AbstractGenericContextProxy.requireVariable(String variableName,
Class<T> type)
This method gets the variable associated with the given variableName. |
|
| Uses of ValueNotSetException in net.sf.mmm.util.value.api |
|---|
| Methods in net.sf.mmm.util.value.api that throw ValueNotSetException | ||
|---|---|---|
|
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass)
This method converts the given value to the given
type. |
|
|
GenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass,
Type targetType)
This method converts the given value to the given
type. |
|
|
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. |
|
| Uses of ValueNotSetException in net.sf.mmm.util.value.base |
|---|
| Methods in net.sf.mmm.util.value.base that throw ValueNotSetException | ||
|---|---|---|
protected
|
StringValueConverterImpl.convertUnknownValue(String value,
Class<V> type,
Object valueSource)
This method converts the given String-value to the
given type. |
|
|
AbstractComposedValueConverter.convertValue(Object value,
Object valueSource,
Class<TARGET> targetClass)
This method converts the given value to the given
type. |
|
|
AbstractComposedValueConverter.convertValue(Object value,
Object valueSource,
Class<TARGET> targetClass,
Type targetType)
This method converts the given value to the given
type. |
|
|
AbstractGenericValueConverter.convertValue(SOURCE value,
Object valueSource,
Class<TARGET> targetClass)
This method converts the given value to the given
type. |
|
|
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. |
|
|
StringValueConverterImpl.convertValue(String value,
Object valueSource,
Class<TARGET> type,
Type targetType)
This method converts the given value to the given
type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||