Package org.jdesktop.swingx.error
Class ErrorLevel
- java.lang.Object
-
- java.util.logging.Level
-
- org.jdesktop.swingx.error.ErrorLevel
-
- All Implemented Interfaces:
Serializable
public class ErrorLevel extends Level
Extends
Level
adding theFATAL
error level. Fatal errors are those unrecoverable errors that must result in the termination of the application.- Author:
- rbair
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorLevel
FATAL
FATAL is a message level indicating a catastrophic failure that should result in the immediate termination of the application.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ErrorLevel(String name, int value)
Creates a new instance of ErrorLevel
-
-
-
Field Detail
-
FATAL
public static final ErrorLevel FATAL
FATAL is a message level indicating a catastrophic failure that should result in the immediate termination of the application.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
.
-
-
Constructor Detail
-
ErrorLevel
protected ErrorLevel(String name, int value)
Creates a new instance of ErrorLevel
-
-