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()
void
handleException(CommandAcceptanceException exception)
Handle the CommandAcceptanceException error
-
-
-
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
-
getExceptions
public List<CommandAcceptanceException> getExceptions()
-
-