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

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

Uses of ImplementationLocator.ConfigurationMissingException in org.formulacompiler.runtime
 

Methods in org.formulacompiler.runtime that throw ImplementationLocator.ConfigurationMissingException
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.