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

Inherits org.sleuthkit.datamodel.TskException.

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)
 

Static Private Attributes

static final long serialVersionUID = 123049876L
 

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.

Member Data Documentation

final long org.sleuthkit.datamodel.TskCoreException.serialVersionUID = 123049876L
staticprivate

Definition at line 27 of file TskCoreException.java.


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

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