Uses of Class
de.bea.domingo.map.MapperRegistrationException

Packages that use MapperRegistrationException
de.bea.domingo.groupware.map Mapping implementation of the domingo groupware interface to Lotus Notes/Domino. 
de.bea.domingo.map Generic Mapping layer between Notes documents and Java classes. 
 

Uses of MapperRegistrationException in de.bea.domingo.groupware.map
 

Methods in de.bea.domingo.groupware.map that throw MapperRegistrationException
protected  void NamesDatabase.registerMappers()
          Implemented by derived class; must register all mappers.
protected  void MailDatabase.registerMappers()
          Registers all mappers needed for a mail database.
 

Uses of MapperRegistrationException in de.bea.domingo.map
 

Methods in de.bea.domingo.map that throw MapperRegistrationException
protected  void BaseDatabase.register(java.lang.Class mapperClass)
          Registers a mapper in the mapper factory.
protected  void MapperFactory.registerMapper(java.lang.Class mapperClass)
          Registers a new mapper.
protected abstract  void BaseDatabase.registerMappers()
          Implemented by derived class; must register all mappers.
 



Domingo Java-API