Sleuth Kit Java Bindings (JNI)
4.12.1
Java bindings for using The Sleuth Kit
|
Inherits Exception.
Inherited by org.sleuthkit.datamodel.OsAccountManager.NotUserSIDException, org.sleuthkit.datamodel.TskCoreException, and org.sleuthkit.datamodel.TskDataException.
Public Member Functions | |
TskException (String msg) | |
TskException (String msg, Exception ex) | |
General parent exception that is thrown from Sleuthkit classes.
Definition at line 24 of file TskException.java.
org.sleuthkit.datamodel.TskException.TskException | ( | String | msg | ) |
Create exception containing the error message
msg | the 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
msg | the message |
ex | cause exception |
Definition at line 43 of file TskException.java.
Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.