org.hibernate.search.exception
Interface ErrorContext


public interface ErrorContext

Since:
3.2
Author:
Amin Mohammed-Coleman

Method Summary
 java.util.List<LuceneWork> getFailingOperations()
           
 LuceneWork getOperationAtFault()
           
 java.lang.Throwable getThrowable()
           
 boolean hasErrors()
           
 

Method Detail

getFailingOperations

java.util.List<LuceneWork> getFailingOperations()

getOperationAtFault

LuceneWork getOperationAtFault()

getThrowable

java.lang.Throwable getThrowable()

hasErrors

boolean hasErrors()


Copyright © 2006-2010 Hibernate. All Rights Reserved.