Sleuth Kit Java Bindings (JNI)  4.11.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context Enum Reference

Public Member Functions

String getContextString ()
 

Public Attributes

 DATABASE_READ_ERROR =("Database Read Error")
 
 IMAGE_READ_ERROR =("Image File Read Error")
 

Detailed Description

List of arguments for the context string parameters. This does not preclude the use of arbitrary context strings by client code, but it does provide a place to define standard context strings to allow filtering of notifications by implementations of ErrorObserver.

Definition at line 14024 of file SleuthkitCase.java.

Member Function Documentation

String org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context.getContextString ( )

Definition at line 14041 of file SleuthkitCase.java.

Member Data Documentation

org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context.DATABASE_READ_ERROR =("Database Read Error")

Error occurred while reading database content.

Definition at line 14033 of file SleuthkitCase.java.

org.sleuthkit.datamodel.SleuthkitCase.ErrorObserver.Context.IMAGE_READ_ERROR =("Image File Read Error")

Error occurred while reading image content.

Definition at line 14029 of file SleuthkitCase.java.


The documentation for this enum 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.