Class ExceptionHandlerCollectingImpl
- java.lang.Object
-
- org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
-
- All Implemented Interfaces:
ExceptionHandler
public class ExceptionHandlerCollectingImpl extends Object implements ExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandlerCollectingImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CommandAcceptanceException>getExceptions()voidhandleException(CommandAcceptanceException exception)Handle the CommandAcceptanceException error
-
-
-
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
-
getExceptions
public List<CommandAcceptanceException> getExceptions()
-
-