Package org.hibernate.tool.schema.spi
Interface ExceptionHandler
-
public interface ExceptionHandler
Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleException(CommandAcceptanceException exception)
Handle the CommandAcceptanceException error
-
-
-
Method Detail
-
handleException
void handleException(CommandAcceptanceException exception)
Handle the CommandAcceptanceException error- Parameters:
exception
- The CommandAcceptanceException to handle
-
-