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

Public Member Functions

String getModuleDisplayName ()
 
Throwable getModuleError ()
 
Throwable getThrowable ()
 

Private Attributes

final String moduleDisplayName
 
final Throwable throwable
 

Detailed Description

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.

Member Function Documentation

String org.sleuthkit.autopsy.ingest.IngestModuleError.getModuleDisplayName ( )

Gets the module display name.

Returns
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.

Returns
The Throwable
Deprecated:
Use getThrowable instead.

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.

Returns
The Throwable

Definition at line 56 of file IngestModuleError.java.

References org.sleuthkit.autopsy.ingest.IngestModuleError.throwable.

Member Data Documentation

final String org.sleuthkit.autopsy.ingest.IngestModuleError.moduleDisplayName
private
final Throwable org.sleuthkit.autopsy.ingest.IngestModuleError.throwable
private

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.