org.jboss.util
Interface ThrowableHandler.Type

Enclosing class:
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

static final int UNKNOWN
Unknown throwable.

See Also:
Constant Field Values

ERROR

static final int ERROR
Error throwable.

See Also:
Constant Field Values

WARNING

static final int WARNING
Warning throwable.

See Also:
Constant Field Values


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