Uses of Class
org.formulacompiler.runtime.ImplementationLocator.ConfigurationException

Packages that use ImplementationLocator.ConfigurationException
org.formulacompiler.runtime Contains the public run-time API of AFC. 
 

Uses of ImplementationLocator.ConfigurationException in org.formulacompiler.runtime
 

Subclasses of ImplementationLocator.ConfigurationException in org.formulacompiler.runtime
static class ImplementationLocator.ConfigurationMissingException
          Exception thrown when a configuration is missing for a single instance request.
 

Methods in org.formulacompiler.runtime that throw ImplementationLocator.ConfigurationException
static
<T> T
ImplementationLocator.getInstance(java.lang.Class<T> _class)
          Returns a newly constructed instance of the implementor class of the given abstract class or interface.
static
<T> java.util.Collection<T>
ImplementationLocator.getInstances(java.lang.Class<T> _class)
          Like ImplementationLocator.getInstance(Class), but returns a collection of all matching implementations.