Uses of Class
org.hibernate.search.exception.impl.ErrorContextBuilder

Packages that use ErrorContextBuilder
org.hibernate.search.exception.impl   
 

Uses of ErrorContextBuilder in org.hibernate.search.exception.impl
 

Methods in org.hibernate.search.exception.impl that return ErrorContextBuilder
 ErrorContextBuilder ErrorContextBuilder.addAllWorkThatFailed(java.util.List<LuceneWork> worksThatFailed)
           
 ErrorContextBuilder ErrorContextBuilder.allWorkToBeDone(java.util.List<LuceneWork> workOnWriter)
           
 ErrorContextBuilder ErrorContextBuilder.errorThatOccurred(java.lang.Throwable th)
           
 ErrorContextBuilder ErrorContextBuilder.workCompleted(LuceneWork luceneWork)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.