Sleuth Kit Java Bindings (JNI)  4.11.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.TskCoreException Class Reference

Inherits org.sleuthkit.datamodel.TskException.

Inherited by org.sleuthkit.datamodel.InvalidAccountIDException, and org.sleuthkit.datamodel.TskUnsupportedSchemaVersionException.

Public Member Functions

 TskCoreException ()
 
 TskCoreException (String msg)
 
 TskCoreException (String msg, Exception ex)
 
- Public Member Functions inherited from org.sleuthkit.datamodel.TskException
 TskException (String msg)
 
 TskException (String msg, Exception ex)
 

Detailed Description

Core exception that is thrown from Sleuthkit classes. Indicates a critical error within TSK

Definition at line 25 of file TskCoreException.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.TskCoreException.TskCoreException ( )

Default constructor when error message is not available

Definition at line 32 of file TskCoreException.java.

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

Create exception containing the error message

Parameters
msgthe message

Definition at line 41 of file TskCoreException.java.

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

Create exception containing the error message and cause exception

Parameters
msgthe message
excause exception

Definition at line 51 of file TskCoreException.java.


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

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.