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