Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Handler.
Classes | |
class | ExceptionFilter |
Public Member Functions | |
AutopsyExceptionHandler () | |
void | close () throws SecurityException |
void | flush () |
void | publish (LogRecord record) |
Private Member Functions | |
String | formatExplanation (LogRecord record) |
Static Private Member Functions | |
static int | getMessageTypeForLevelValue (int levelValue) |
static String | getTitleForLevelValue (int levelValue) |
Private Attributes | |
final Logger | logger = Logger.getLogger(AutopsyExceptionHandler.class.getName()) |
Replaces default NetBeans exception handler. Displays messages in a dialog.
Definition at line 37 of file AutopsyExceptionHandler.java.
org.sleuthkit.autopsy.exceptions.AutopsyExceptionHandler.AutopsyExceptionHandler | ( | ) |
Definition at line 46 of file AutopsyExceptionHandler.java.
void org.sleuthkit.autopsy.exceptions.AutopsyExceptionHandler.close | ( | ) | throws SecurityException |
Definition at line 147 of file AutopsyExceptionHandler.java.
void org.sleuthkit.autopsy.exceptions.AutopsyExceptionHandler.flush | ( | ) |
Definition at line 142 of file AutopsyExceptionHandler.java.
|
private |
record | A LogRecord with both a message and associated Throwable set. |
Definition at line 100 of file AutopsyExceptionHandler.java.
|
staticprivate |
Definition at line 121 of file AutopsyExceptionHandler.java.
|
staticprivate |
Definition at line 131 of file AutopsyExceptionHandler.java.
void org.sleuthkit.autopsy.exceptions.AutopsyExceptionHandler.publish | ( | LogRecord | record | ) |
Definition at line 63 of file AutopsyExceptionHandler.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.error().
|
private |
Definition at line 44 of file AutopsyExceptionHandler.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.