Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.enableit.db.daf.UnconfiguredException

Uses of UnconfiguredException in org.enableit.db.daf
 

Subclasses of UnconfiguredException in org.enableit.db.daf
 class TypeUnconfiguredException
          Indicates a Bean type has not been registered with the DataAbstractionFacadeFactory.
 

Methods in org.enableit.db.daf that throw UnconfiguredException
static void DataAbstractionFacadeFactory.init(java.net.URL configUrl)
          Initialise the Factory from the configuration file received as an URL parameter.
protected  void DataAbstractionFacadeFactory.init()
          Initialise the Factory from the configuration file obtained as a resource from this class' ClassLoader.
static DataAbstractionFacade DataAbstractionFacadeFactory.getInstance(java.lang.Object bean)
          Return the appropriate instance of DataAbstractionFacade for the Object type received.
static DataAbstractionFacade DataAbstractionFacadeFactory.getInstance(java.lang.Class beanType)
          Return the appropriate instance of DataAbstractionFacade for the Class received.
 

Constructors in org.enableit.db.daf that throw UnconfiguredException
DataAbstractionFacadeFactory()
          Default Constructor.