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