Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler Class Reference

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())
 

Detailed Description

Replaces default NetBeans exception handler. Displays messages in a dialog.

Definition at line 34 of file AutopsyExceptionHandler.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.AutopsyExceptionHandler ( )

Definition at line 43 of file AutopsyExceptionHandler.java.

Member Function Documentation

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.

String org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.formatExplanation ( LogRecord  record)
private
Parameters
recordA LogRecord with both a message and associated Throwable set.
Returns
A String containing the log message and the cause of the Throwable (if there is one).

Definition at line 97 of file AutopsyExceptionHandler.java.

static int org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.getMessageTypeForLevelValue ( int  levelValue)
staticprivate

Definition at line 118 of file AutopsyExceptionHandler.java.

static String org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.getTitleForLevelValue ( int  levelValue)
staticprivate

Definition at line 128 of file AutopsyExceptionHandler.java.

void org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.publish ( LogRecord  record)

Member Data Documentation

final Logger org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.logger = Logger.getLogger(AutopsyExceptionHandler.class.getName())
private

Definition at line 41 of file AutopsyExceptionHandler.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.