Package org.hibernate.tool.schema.spi
Interface ExceptionHandler
- All Known Implementing Classes:
ExceptionHandlerCollectingImpl
,ExceptionHandlerHaltImpl
,ExceptionHandlerLoggedImpl
public interface ExceptionHandler
Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleException
(CommandAcceptanceException exception) Handle the CommandAcceptanceException error
-
Method Details
-
handleException
Handle the CommandAcceptanceException error- Parameters:
exception
- The CommandAcceptanceException to handle
-