|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Level
org.jdesktop.swingx.error.ErrorLevel
public class ErrorLevel
Extends Level
adding the FATAL
error level.
Fatal errors are those unrecoverable errors that must result in the termination
of the application.
Field Summary | |
---|---|
static ErrorLevel |
FATAL
FATAL is a message level indicating a catastrophic failure that should result in the immediate termination of the application. |
Fields inherited from class java.util.logging.Level |
---|
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING |
Method Summary |
---|
Methods inherited from class java.util.logging.Level |
---|
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ErrorLevel FATAL
In general FATAL messages should describe events that are
of considerable critical and which will prevent
program execution. They should be reasonably intelligible
to end users and to system administrators.
This level is initialized to 1100
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |