Uses of Class
net.sf.mmm.util.nls.api.NlsIllegalArgumentException

Packages that use NlsIllegalArgumentException
net.sf.mmm.util.lang.api Provides the API for utilities of general purpose. 
net.sf.mmm.util.reflect.api Provides the API for utilities that help to deal with reflection. 
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
 

Uses of NlsIllegalArgumentException in net.sf.mmm.util.lang.api
 

Constructors in net.sf.mmm.util.lang.api that throw NlsIllegalArgumentException
StringTokenizer(char[] string, String escapeStart, String escapeEnd, char... delimiters)
          The constructor.
StringTokenizer(String string, String escapeStart, String escapeEnd, char... delimiters)
          The constructor that allows escaping.
 

Uses of NlsIllegalArgumentException in net.sf.mmm.util.reflect.api
 

Methods in net.sf.mmm.util.reflect.api that throw NlsIllegalArgumentException
 Object CollectionReflectionUtil.get(Object arrayOrList, int index)
          This method gets the item at the given index from arrayOrCollection.
 Object CollectionReflectionUtil.get(Object arrayOrList, int index, boolean ignoreIndexOverflow)
          This method gets the item at the given index from arrayOrCollection.
 int CollectionReflectionUtil.getSize(Object arrayMapOrCollection)
          This method gets the size of the given arrayMapOrCollection.
 Object CollectionReflectionUtil.set(Object arrayOrList, int index, Object item)
          This method sets the given item at the given index in arrayOrCollection.
 Object CollectionReflectionUtil.set(Object arrayOrList, int index, Object item, GenericBean<Object> arrayReceiver)
          This method sets the given item at the given index in arrayOrCollection.
 Object CollectionReflectionUtil.set(Object arrayOrList, int index, Object item, GenericBean<Object> arrayReceiver, int maximumGrowth)
          This method sets the given item at the given index in arrayOrCollection.
 Type ReflectionUtil.toType(String type)
          This method is the analogy to Class.forName(String) for creating a Type instance from String.
 Type ReflectionUtil.toType(String type, ClassResolver resolver)
          This method is the analogy to Class.forName(String) for creating a Type instance from String.
 

Uses of NlsIllegalArgumentException in net.sf.mmm.util.reflect.base
 

Methods in net.sf.mmm.util.reflect.base that throw NlsIllegalArgumentException
 Object CollectionReflectionUtilImpl.get(Object arrayOrList, int index)
          This method gets the item at the given index from arrayOrCollection.
 Object CollectionReflectionUtilImpl.get(Object arrayOrList, int index, boolean ignoreIndexOverflow)
          This method gets the item at the given index from arrayOrCollection.
 int CollectionReflectionUtilImpl.getSize(Object arrayMapOrCollection)
          This method gets the size of the given arrayMapOrCollection.
 Object CollectionReflectionUtilImpl.set(Object arrayOrList, int index, Object item)
          This method sets the given item at the given index in arrayOrCollection.
 Object CollectionReflectionUtilImpl.set(Object arrayOrList, int index, Object item, GenericBean<Object> arrayReceiver)
          This method sets the given item at the given index in arrayOrCollection.
 Object CollectionReflectionUtilImpl.set(Object arrayOrList, int index, Object item, GenericBean<Object> arrayReceiver, int maximumGrowth)
          This method sets the given item at the given index in arrayOrCollection.
 



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