Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
SQLiteTableReaderException (String msg, Throwable parentEx) | |
SQLiteTableReaderException (Throwable parentEx) | |
Provides a system exception for the SQLiteTableReader class.
Definition at line 24 of file SQLiteTableReaderException.java.
org.sleuthkit.autopsy.coreutils.SQLiteTableReaderException.SQLiteTableReaderException | ( | String | msg, |
Throwable | parentEx | ||
) |
Accepts both a message and a parent exception.
msg | Message detailing the cause |
parentEx | Parent exception |
Definition at line 32 of file SQLiteTableReaderException.java.
org.sleuthkit.autopsy.coreutils.SQLiteTableReaderException.SQLiteTableReaderException | ( | Throwable | parentEx | ) |
Accepts only a parent exception.
parentEx | Parent exception |
Definition at line 41 of file SQLiteTableReaderException.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.