Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.coreutils.SQLiteTableReaderException Class Reference

Inherits Exception.

Public Member Functions

 SQLiteTableReaderException (String msg, Throwable parentEx)
 
 SQLiteTableReaderException (Throwable parentEx)
 

Detailed Description

Provides a system exception for the SQLiteTableReader class.

Definition at line 24 of file SQLiteTableReaderException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.SQLiteTableReaderException.SQLiteTableReaderException ( String  msg,
Throwable  parentEx 
)

Accepts both a message and a parent exception.

Parameters
msgMessage detailing the cause
parentExParent exception

Definition at line 32 of file SQLiteTableReaderException.java.

org.sleuthkit.autopsy.coreutils.SQLiteTableReaderException.SQLiteTableReaderException ( Throwable  parentEx)

Accepts only a parent exception.

Parameters
parentExParent exception

Definition at line 41 of file SQLiteTableReaderException.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.