Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
String | getModuleDisplayName () |
Throwable | getModuleError () |
Throwable | getThrowable () |
Private Attributes | |
final String | moduleDisplayName |
final Throwable | throwable |
Encapsulates a Throwable thrown by an ingest module with the display name of the module for logging purposes.
Definition at line 25 of file IngestModuleError.java.
String org.sleuthkit.autopsy.ingest.IngestModuleError.getModuleDisplayName | ( | ) |
Gets the module display name.
Definition at line 47 of file IngestModuleError.java.
References org.sleuthkit.autopsy.ingest.IngestModuleError.moduleDisplayName.
Throwable org.sleuthkit.autopsy.ingest.IngestModuleError.getModuleError | ( | ) |
Gets the throwable.
Definition at line 69 of file IngestModuleError.java.
References org.sleuthkit.autopsy.ingest.IngestModuleError.throwable.
Throwable org.sleuthkit.autopsy.ingest.IngestModuleError.getThrowable | ( | ) |
Gets the throwable.
Definition at line 56 of file IngestModuleError.java.
References org.sleuthkit.autopsy.ingest.IngestModuleError.throwable.
|
private |
Definition at line 27 of file IngestModuleError.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestModuleError.getModuleDisplayName().
|
private |
Definition at line 28 of file IngestModuleError.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestModuleError.getModuleError(), and org.sleuthkit.autopsy.ingest.IngestModuleError.getThrowable().
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.