Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.IndexMetadata.TextIndexMetadataException Class Reference

Inherits Exception.

Private Member Functions

 TextIndexMetadataException (String message)
 
 TextIndexMetadataException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception thrown by the IndexMetadata class when there is a problem accessing the metadata for a text index.

Definition at line 269 of file IndexMetadata.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.keywordsearch.IndexMetadata.TextIndexMetadataException.TextIndexMetadataException ( String  message)
private

Definition at line 273 of file IndexMetadata.java.

org.sleuthkit.autopsy.keywordsearch.IndexMetadata.TextIndexMetadataException.TextIndexMetadataException ( String  message,
Throwable  cause 
)
private

Definition at line 277 of file IndexMetadata.java.

Member Data Documentation

final long org.sleuthkit.autopsy.keywordsearch.IndexMetadata.TextIndexMetadataException.serialVersionUID = 1L
staticprivate

Definition at line 271 of file IndexMetadata.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.