Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.ExcelExportException Class Reference

Inherits Exception.

Public Member Functions

 ExcelExportException (String string)
 
 ExcelExportException (String string, Throwable thrwbl)
 

Detailed Description

Exception thrown in the event of an excel export issue.

Definition at line 50 of file ExcelExport.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.ExcelExportException.ExcelExportException ( String  string)

Constructor.

Parameters
stringThe message.

Definition at line 57 of file ExcelExport.java.

org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.ExcelExportException.ExcelExportException ( String  string,
Throwable  thrwbl 
)

Constructor.

Parameters
stringThe message.
thrwblThe inner exception.

Definition at line 67 of file ExcelExport.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.