new ExceptionLevel()
Enumeration of exception types.
- Source:
Members
-
(static) ERROR
-
Fatal error, usually cause the stop of program execution.
- Source:
-
(static) LOG
-
Log message, just for debug use.
- Source:
-
(static) NOTE
-
Minor exception, user usually need not to know about it.
- Source:
-
(static) WARNING
-
Serious exception, but the program can still run.
- Source: