org.jboss.seam.exception
public static enum ExceptionHandler.LogLevel extends Enum<ExceptionHandler.LogLevel>
Enum Constant and Description |
---|
debug |
error |
fatal |
info |
trace |
warn |
Modifier and Type | Method and Description |
---|---|
static ExceptionHandler.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionHandler.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExceptionHandler.LogLevel fatal
public static final ExceptionHandler.LogLevel error
public static final ExceptionHandler.LogLevel warn
public static final ExceptionHandler.LogLevel info
public static final ExceptionHandler.LogLevel debug
public static final ExceptionHandler.LogLevel trace
public static ExceptionHandler.LogLevel[] values()
for (ExceptionHandler.LogLevel c : ExceptionHandler.LogLevel.values()) System.out.println(c);
public static ExceptionHandler.LogLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 Seam Framework. All Rights Reserved.