Class RootFailureCollector
java.lang.Object
org.hibernate.search.engine.reporting.spi.RootFailureCollector
- All Implemented Interfaces:
FailureCollector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwithContext(org.hibernate.search.util.common.reporting.EventContext context) withContext(org.hibernate.search.util.common.reporting.EventContextElement contextElement)
-
Constructor Details
-
RootFailureCollector
-
-
Method Details
-
checkNoFailure
public void checkNoFailure() -
withContext
public ContextualFailureCollector withContext(org.hibernate.search.util.common.reporting.EventContext context) - Specified by:
withContextin interfaceFailureCollector
-
withContext
public ContextualFailureCollector withContext(org.hibernate.search.util.common.reporting.EventContextElement contextElement) - Specified by:
withContextin interfaceFailureCollector
-