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

Inherits Exception.

Public Member Functions

 UserPreferencesException (String message)
 
 UserPreferencesException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception thrown when text conversion (such as from text to hex text or vice versa) resulted in an error

Definition at line 25 of file UserPreferencesException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.core.UserPreferencesException.UserPreferencesException ( String  message)

Definition at line 28 of file UserPreferencesException.java.

org.sleuthkit.autopsy.core.UserPreferencesException.UserPreferencesException ( String  message,
Throwable  cause 
)

Definition at line 32 of file UserPreferencesException.java.

Member Data Documentation

final long org.sleuthkit.autopsy.core.UserPreferencesException.serialVersionUID = 1L
staticprivate

Definition at line 26 of file UserPreferencesException.java.


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

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