Sleuth Kit Java Bindings (JNI)  4.8.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.TskException Class Referenceabstract

Inherits Exception.

Inherited by org.sleuthkit.datamodel.TskCoreException, and org.sleuthkit.datamodel.TskDataException.

Public Member Functions

 TskException (String msg)
 
 TskException (String msg, Exception ex)
 

Detailed Description

General parent exception that is thrown from Sleuthkit classes.

Definition at line 24 of file TskException.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.TskException.TskException ( String  msg)

Create exception containing the error message

Parameters
msgthe message

Definition at line 33 of file TskException.java.

org.sleuthkit.datamodel.TskException.TskException ( String  msg,
Exception  ex 
)

Create exception containing the error message and cause exception

Parameters
msgthe message
excause exception

Definition at line 43 of file TskException.java.


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

Copyright © 2011-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.