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