Uses of Class
com.armatiek.infofuze.error.InfofuzeException

Packages that use InfofuzeException
com.armatiek.infofuze.pool   
com.armatiek.infofuze.source   
com.armatiek.infofuze.source.jdbc   
com.armatiek.infofuze.source.ldap   
com.armatiek.infofuze.utils   
 

Uses of InfofuzeException in com.armatiek.infofuze.pool
 

Methods in com.armatiek.infofuze.pool that throw InfofuzeException
static ResultPool ResultPool.getResultPool()
          Returns The singleton ResultPool object.
static SourcePool SourcePool.getSourcePool()
          Returns the singleton SourcePool object.
 

Uses of InfofuzeException in com.armatiek.infofuze.source
 

Constructors in com.armatiek.infofuze.source that throw InfofuzeException
CSVSource(org.w3c.dom.Element configElem)
           
 

Uses of InfofuzeException in com.armatiek.infofuze.source.jdbc
 

Constructors in com.armatiek.infofuze.source.jdbc that throw InfofuzeException
AbstractJDBCSource(org.w3c.dom.Element configElem)
           
DirectJDBCSource(org.w3c.dom.Element configElem)
           
JNDIJDBCSource(org.w3c.dom.Element configElem)
           
PooledJDBCSource(org.w3c.dom.Element configElem)
           
 

Uses of InfofuzeException in com.armatiek.infofuze.source.ldap
 

Constructors in com.armatiek.infofuze.source.ldap that throw InfofuzeException
LDAPSource(org.w3c.dom.Element configElem)
           
 

Uses of InfofuzeException in com.armatiek.infofuze.utils
 

Methods in com.armatiek.infofuze.utils that throw InfofuzeException
static javax.xml.parsers.DocumentBuilder XmlUtils.getDocumentBuilder(boolean validate, boolean namespaceAware)
           
static javax.xml.parsers.DocumentBuilder XmlUtils.getDocumentBuilder(boolean validate, boolean namespaceAware, boolean xincludeAware)
           
static org.w3c.dom.Document XmlUtils.getEmptyDOM()
           
static org.w3c.dom.Document XmlUtils.getRootDOM(java.lang.String elemName)