Uses of Interface
org.kitesdk.morphline.api.ExceptionHandler

Packages that use ExceptionHandler
org.kitesdk.morphline.api This package contains the heart of the morphline API. 
org.kitesdk.morphline.base   
 

Uses of ExceptionHandler in org.kitesdk.morphline.api
 

Methods in org.kitesdk.morphline.api that return ExceptionHandler
 ExceptionHandler MorphlineContext.getExceptionHandler()
           
 

Methods in org.kitesdk.morphline.api with parameters of type ExceptionHandler
 MorphlineContext.Builder MorphlineContext.Builder.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 

Uses of ExceptionHandler in org.kitesdk.morphline.base
 

Classes in org.kitesdk.morphline.base that implement ExceptionHandler
 class FaultTolerance
          Mission critical, large-scale online production systems need to make progress without downtime despite some issues.
 



Copyright © 2013–2014. All rights reserved.