站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

ThrowableHandler.Type (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util
Interface ThrowableHandler.Type

Enclosing interface:
ThrowableHandler

public static interface ThrowableHandler.Type

Container for throwable types.


Field Summary
static int ERROR
          Error throwable.
static int UNKNOWN
          Unknown throwable.
static int WARNING
          Warning throwable.
 

Field Detail

UNKNOWN

public static final int UNKNOWN
Unknown throwable.

See Also:
Constant Field Values

ERROR

public static final int ERROR
Error throwable.

See Also:
Constant Field Values

WARNING

public static final int WARNING
Warning throwable.

See Also:
Constant Field Values


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.