| org.jdesktop.j3dfly.utils.gui.ErrorHandler
ErrorHandler | public interface ErrorHandler (Code) | | author: Jan Becicka |
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.
|
UNKNOWN | final public static int UNKNOWN(Code) | | Undefined severity.
|
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.
|
|
|