Uses of Class
org.marketcetera.ors.info.InfoException

Packages that use InfoException
org.marketcetera.ors.info Information stores. 
 

Uses of InfoException in org.marketcetera.ors.info
 

Methods in org.marketcetera.ors.info that throw InfoException
<T> T
ReadInfo.getValueIfInstanceOf(String key, Class<T> cls)
          Returns the value associated with the given key in the receiver's map, provided one is set and is either null or an object of the given class.
 Object ReadInfo.getValueIfNonNull(String key)
          Returns the value associated with the given key in the receiver's map, provided one is set and is not null.
<T> T
ReadInfo.getValueIfNonNullInstanceOf(String key, Class<T> cls)
          Returns the value associated with the given key in the receiver's map, provided one is set and is non-null and an object of the given class.
 Object ReadInfo.getValueIfSet(String key)
          Returns the value associated with the given key in the receiver's map, provided one (which may be null) is set.
 void ReadWriteInfo.removeValueIfSet(String key)
          Removes the value associated with the given key in the receiver's map.
 void ReadWriteInfo.setValueIfUnset(String key, Object value)
          Sets the value associated with the given key to the given value in the receiver's map.
 



Copyright © 2012. All Rights Reserved.