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