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

Inherits org.sleuthkit.datamodel.TskException.

Public Member Functions

 TskDataException ()
 
 TskDataException (String msg)
 
 TskDataException (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

Data exception that is thrown from Sleuthkit classes.

Definition at line 24 of file TskDataException.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.TskDataException.TskDataException ( )

Default constructor when error message is not available

Definition at line 31 of file TskDataException.java.

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

Create exception containing the error message

Parameters
msgthe message

Definition at line 40 of file TskDataException.java.

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

Create exception containing the error message and cause exception

Parameters
msgthe message
excause exception

Definition at line 50 of file TskDataException.java.

Member Data Documentation

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

Definition at line 26 of file TskDataException.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.