Class ExceptionHandlerHaltImpl
- java.lang.Object
-
- org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl
-
- All Implemented Interfaces:
ExceptionHandler
public class ExceptionHandlerHaltImpl extends Object implements ExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description static ExceptionHandlerHaltImplINSTANCESingleton access
-
Constructor Summary
Constructors Constructor Description ExceptionHandlerHaltImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleException(CommandAcceptanceException exception)Handle the CommandAcceptanceException error
-
-
-
Field Detail
-
INSTANCE
public static final ExceptionHandlerHaltImpl INSTANCE
Singleton access
-
-
Method Detail
-
handleException
public void handleException(CommandAcceptanceException exception)
Description copied from interface:ExceptionHandlerHandle the CommandAcceptanceException error- Specified by:
handleExceptionin interfaceExceptionHandler- Parameters:
exception- The CommandAcceptanceException to handle
-
-