Uses of Class
org.apache.stanbol.enhancer.servicesapi.EnhancementException

Packages that use EnhancementException
org.apache.stanbol.enhancer.servicesapi Stanbol Enhancer services API 
 

Uses of EnhancementException in org.apache.stanbol.enhancer.servicesapi
 

Subclasses of EnhancementException in org.apache.stanbol.enhancer.servicesapi
 class ChainException
          BaseException thrown by Chain implementations or EnhancementJobManager implementations when encountering problems while executing e Chain
 class EngineException
          Base exception thrown by EnhancementEngine implementations when they fail to process the provided content item.
 class InvalidContentException
          Enhancement Engine should throw this exception when the provided Content Item does not match there declared expectation (i.e.
 

Methods in org.apache.stanbol.enhancer.servicesapi that throw EnhancementException
 void EnhancementJobManager.enhanceContent(ContentItem ci)
          Enhances the parsed contentItem by using the default enhancement Chain.
 void EnhancementJobManager.enhanceContent(ContentItem ci, Chain chain)
          Processes the parsed ContentItem by using the execution plan provided by the Chain.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.