Autopsy  3.1
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 publish (LogRecord record)
 
void flush ()
 
void close () throws SecurityException
 

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 37 of file AutopsyExceptionHandler.java.

Constructor & Destructor Documentation

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

Definition at line 46 of file AutopsyExceptionHandler.java.

Member Function Documentation

void org.sleuthkit.autopsy.coreutils.AutopsyExceptionHandler.close ( ) throws SecurityException

Definition at line 166 of file AutopsyExceptionHandler.java.

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

Definition at line 161 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 118 of file AutopsyExceptionHandler.java.

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

Definition at line 140 of file AutopsyExceptionHandler.java.

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

Definition at line 150 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 44 of file AutopsyExceptionHandler.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.