| java.lang.Object org.openide.ErrorManager
ErrorManager | final public class ErrorManager extends Object (Code) | | A stub implementation of org.openide.ErrorManager to enable the tab control
to be used as a standalone jar. Does nothing except print to stderr.
author: Tim Boudreau |
Field Summary | |
final public static int | ERROR Serious problem, application may be crippled. | final public static int | EXCEPTION Something went wrong, though it can be recovered. | final public static int | INFORMATIONAL Message that would be useful for tracing events but which need not be a problem. | final public static int | UNKNOWN Undefined severity. | final public static int | USER Something the user should be aware of. | final public static int | WARNING Something went wrong in the software, but it is continuing and the user need not be bothered. |
ERROR | final public static int ERROR(Code) | | Serious problem, application may be crippled.
|
EXCEPTION | final public static int EXCEPTION(Code) | | Something went wrong, though it can be recovered.
|
INFORMATIONAL | final public static int INFORMATIONAL(Code) | | Message that would be useful for tracing events but which need not be a problem.
|
USER | final public static int USER(Code) | | Something the user should be aware of.
|
WARNING | final public static int WARNING(Code) | | Something went wrong in the software, but it is continuing and the user need not be bothered.
|
isLoggable | public boolean isLoggable(int severity)(Code) | | |
|
|