Class ExceptionHandlerLoggedImpl
java.lang.Object
org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl
- All Implemented Interfaces:
ExceptionHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleException
(CommandAcceptanceException exception) Handle the CommandAcceptanceException error
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
ExceptionHandlerLoggedImpl
public ExceptionHandlerLoggedImpl()
-
-
Method Details
-
handleException
Description copied from interface:ExceptionHandler
Handle the CommandAcceptanceException error- Specified by:
handleException
in interfaceExceptionHandler
- Parameters:
exception
- The CommandAcceptanceException to handle
-