Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
ReportGenerationException (String message) | |
ReportGenerationException (String message, Throwable cause) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Instances of this exception class are thrown when there is an error while generating a report.
Definition at line 25 of file ReportGenerationException.java.
org.sleuthkit.autopsy.report.infrastructure.ReportGenerationException.ReportGenerationException | ( | String | message | ) |
Constructs a new exception with the specified message.
message | The message. |
Definition at line 34 of file ReportGenerationException.java.
org.sleuthkit.autopsy.report.infrastructure.ReportGenerationException.ReportGenerationException | ( | String | message, |
Throwable | cause | ||
) |
Constructs a new exception with the specified message and cause.
message | The message. |
cause | The cause. |
Definition at line 44 of file ReportGenerationException.java.
|
staticprivate |
Definition at line 27 of file ReportGenerationException.java.
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.