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–2013 Hibernate. All rights reserved.