Uses of Class
com.bigdata.config.ConfigurationException

Packages that use ConfigurationException
com.bigdata.config   
 

Uses of ConfigurationException in com.bigdata.config
 

Methods in com.bigdata.config that throw ConfigurationException
 void IValidator.accept(String key, String val, E arg)
           
 void IntegerValidator.accept(String key, String val, Integer arg)
          Accepts all values by default.
 void IntegerRangeValidator.accept(String key, String val, Integer arg)
          Accepts all values in the range specified to the ctor.
 void LongValidator.accept(String key, String val, Long arg)
          Accepts all values by default.
 void LongRangeValidator.accept(String key, String val, Long arg)
          Accepts all values in the range specified to the ctor.
static
<E> E
Configuration.getProperty(IIndexManager indexManager, Properties properties, String namespace, String globalName, String defaultValue, IValidator<E> validator)
          Variant converts to the specified generic type and validates the value.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.