Autopsy
4.7.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 34 of file AutopsyExceptionHandler.java.
org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.AutopsyExceptionHandler | ( | ) |
Definition at line 43 of file AutopsyExceptionHandler.java.
void org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.close | ( | ) | throws SecurityException |
Definition at line 144 of file AutopsyExceptionHandler.java.
void org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.flush | ( | ) |
Definition at line 139 of file AutopsyExceptionHandler.java.
|
private |
record | A LogRecord with both a message and associated Throwable set. |
Definition at line 97 of file AutopsyExceptionHandler.java.
|
staticprivate |
Definition at line 118 of file AutopsyExceptionHandler.java.
|
staticprivate |
Definition at line 128 of file AutopsyExceptionHandler.java.
void org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.publish | ( | LogRecord | record | ) |
Definition at line 60 of file AutopsyExceptionHandler.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.error().
|
private |
Definition at line 41 of file AutopsyExceptionHandler.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.