JBoss Common Classes 2.2.17.GA

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

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.