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

Packages that use ValueException
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.value.api Provides the API for generic handling of values. 
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
net.sf.mmm.util.xml.api Provides the API of utilities that help to deal with XML. 
net.sf.mmm.util.xml.base Contains the base-implementation of the XML-Util API
 

Uses of ValueException in net.sf.mmm.util.cli.base
 

Methods in net.sf.mmm.util.cli.base that throw ValueException
 String CliState.CliArgumentFormatter.convert(CliArgumentContainer value, Object valueSource, Class<? extends String> targetClass)
          This method converts the given pojo to the <TARGET>-type.
 String CliClassContainer.CliModeFormatter.convert(CliModeContainer value, Object valueSource, Class<? extends String> targetClass)
          This method converts the given pojo to the <TARGET>-type.
 

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

Subclasses of ValueException in net.sf.mmm.util.value.api
 class ValueConvertException
          The ValueConvertException is thrown if the conversion of some value failed.
 class ValueNotSetException
          This is the exception thrown if a required value was not set.
 class ValueOutOfRangeException
          This is the exception thrown if a numeric value is not in the expected range.
 class WrongValueTypeException
          This exception is thrown if a value has the wrong type (a different value type was expected).
 

Methods in net.sf.mmm.util.value.api that throw ValueException
 TARGET SimpleValueConverter.convert(SOURCE value, Object valueSource, Class<? extends TARGET> targetClass)
          This method converts the given pojo to the <TARGET>-type.
 TARGET ValueConverter.convert(SOURCE value, Object valueSource, Class<? extends TARGET> targetClass)
          This method converts the given pojo to the <TARGET>-type.
 TARGET ValueConverter.convert(SOURCE value, Object valueSource, GenericType<? extends TARGET> targetType)
          This method converts the given pojo to the <TARGET>-type.
 

Uses of ValueException in net.sf.mmm.util.value.impl
 

Methods in net.sf.mmm.util.value.impl that throw ValueException
 Class ValueConverterToClass.convert(CharSequence value, Object valueSource, GenericType<? extends Class> targetType)
          This method converts the given pojo to the <TARGET>-type.
 TARGET ComposedValueConverterImpl.ComposedTargetTypeConverter.convert(Object value, Object valueSource, Class<? extends TARGET> targetClass)
          This method converts the given pojo to the <TARGET>-type.
 Object ValueConverterToCompatiblePojo.convert(Object value, Object valueSource, GenericType<? extends Object> targetType)
          This method converts the given pojo to the <TARGET>-type.
 

Uses of ValueException in net.sf.mmm.util.xml.api
 

Methods in net.sf.mmm.util.xml.api that throw ValueException
<V> V
StaxUtil.parseAttribute(javax.xml.stream.XMLStreamReader xmlReader, String namespaceUri, String localAttributeName, Class<V> type)
          This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
<V> V
StaxUtil.parseAttribute(javax.xml.stream.XMLStreamReader xmlReader, String namespaceUri, String localAttributeName, Class<V> type, V defaultValue)
          This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
 

Uses of ValueException in net.sf.mmm.util.xml.base
 

Methods in net.sf.mmm.util.xml.base that throw ValueException
<V> V
StaxUtilImpl.parseAttribute(javax.xml.stream.XMLStreamReader xmlReader, String namespaceUri, String localAttributeName, Class<V> type)
          This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
<V> V
StaxUtilImpl.parseAttribute(javax.xml.stream.XMLStreamReader xmlReader, String namespaceUri, String localAttributeName, Class<V> type, V defaultValue)
          This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
 



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