org.mymedialite.programs
Class ItemRecommendation.ErrorHandler

java.lang.Object
  extended by org.mymedialite.programs.ItemRecommendation.ErrorHandler
All Implemented Interfaces:
Recommender.ErrorHandler
Enclosing class:
ItemRecommendation

public static class ItemRecommendation.ErrorHandler
extends java.lang.Object
implements Recommender.ErrorHandler


Constructor Summary
ItemRecommendation.ErrorHandler()
           
 
Method Summary
 void reportError(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemRecommendation.ErrorHandler

public ItemRecommendation.ErrorHandler()
Method Detail

reportError

public void reportError(java.lang.String message)
Specified by:
reportError in interface Recommender.ErrorHandler