Autopsy  4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.textreaders.TextExtractor.ExtractionException Class Reference

Inherits Exception.

Public Member Functions

 ExtractionException (String msg, Throwable ex)
 
 ExtractionException (Throwable ex)
 
 ExtractionException (String msg)
 

Detailed Description

Exception encountered during org.sleuthkit.autopsy.textextractors.TextExtractor#getReader(). This indicates that there was an internal parsing error that occurred during the reading of Content text.

Definition at line 83 of file TextExtractor.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.textreaders.TextExtractor.ExtractionException.ExtractionException ( String  msg,
Throwable  ex 
)

Definition at line 85 of file TextExtractor.java.

org.sleuthkit.autopsy.textreaders.TextExtractor.ExtractionException.ExtractionException ( Throwable  ex)

Definition at line 89 of file TextExtractor.java.

org.sleuthkit.autopsy.textreaders.TextExtractor.ExtractionException.ExtractionException ( String  msg)

Definition at line 93 of file TextExtractor.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.