类 ExceptionHandlerHaltImpl
- java.lang.Object
-
- org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl
-
- 所有已实现的接口:
ExceptionHandler
public class ExceptionHandlerHaltImpl extends Object implements ExceptionHandler
- 作者:
- Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static ExceptionHandlerHaltImplINSTANCESingleton access
-
构造器概要
构造器 构造器 说明 ExceptionHandlerHaltImpl()
-
-
-
字段详细资料
-
INSTANCE
public static final ExceptionHandlerHaltImpl INSTANCE
Singleton access
-
-
方法详细资料
-
handleException
public void handleException(CommandAcceptanceException exception)
从接口复制的说明:ExceptionHandlerHandle the CommandAcceptanceException error- 指定者:
handleException在接口中ExceptionHandler- 参数:
exception- The CommandAcceptanceException to handle
-
-