org.hibernate.search.exception
Interface ErrorContext


public interface ErrorContext

Since:
3.2
Author:
Amin Mohammed-Coleman

Method Summary
 List<LuceneWork> getFailingOperations()
           
 LuceneWork getOperationAtFault()
           
 Throwable getThrowable()
           
 boolean hasErrors()
           
 

Method Detail

getFailingOperations

List<LuceneWork> getFailingOperations()

getOperationAtFault

LuceneWork getOperationAtFault()

getThrowable

Throwable getThrowable()

hasErrors

boolean hasErrors()


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved