类 ExceptionHandlerCollectingImpl
- java.lang.Object
-
- org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
-
- 所有已实现的接口:
ExceptionHandler
public class ExceptionHandlerCollectingImpl extends Object implements ExceptionHandler
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 ExceptionHandlerCollectingImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<CommandAcceptanceException>getExceptions()voidhandleException(CommandAcceptanceException exception)Handle the CommandAcceptanceException error
-
-
-
方法详细资料
-
handleException
public void handleException(CommandAcceptanceException exception)
从接口复制的说明:ExceptionHandlerHandle the CommandAcceptanceException error- 指定者:
handleException在接口中ExceptionHandler- 参数:
exception- The CommandAcceptanceException to handle
-
getExceptions
public List<CommandAcceptanceException> getExceptions()
-
-