org.hibernate.search.exception
public interface ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ErrorContext context) |
void |
handleException(String errorMsg,
Throwable exception)
Suited to handle a single Exception, where no ErrorContext is needed.
|
void handle(ErrorContext context)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved