CFEngine API

Uses of Class
org.recommender.server.CFException

Packages that use CFException
org.recommender.algorithms A wide variety of different implementations of collaborative filtering recommendation and precition algorithms are provided. 
org.recommender.server This package contains the core Java recommender server code, including the database access code, the ratings caching code, and code that instantiates algorithms. 
 

Uses of CFException in org.recommender.algorithms
 

Subclasses of CFException in org.recommender.algorithms
 class CFNotImplementedException
          Exception handling functions that are not implemented in algorithms
 

Uses of CFException in org.recommender.server
 

Subclasses of CFException in org.recommender.server
 class CFIllegalListParameterException
          Exception handling illegal list argument passed into CFEngineImpl and DataManager
 class CFIllegalParameterException
          Exception handling illegal argument passed into CFEngineImpl and DataManager
 class CFInternalErrorException
          Exception handling illegal list argument passed into CFEngineImpl and DataManager
 


CFEngine API

Copyright © 2003 - Oregon State University www.orst.edu