Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | List of all members
org.sleuthkit.autopsy.textextractors.TextExtractorFactory.NoTextExtractorFound Class Reference

Inherits Exception.

Public Member Functions

 NoTextExtractorFound (String msg)
 
 NoTextExtractorFound (Throwable ex)
 

Private Member Functions

 NoTextExtractorFound (String msg, Throwable ex)
 

Detailed Description

System level exception for handling content types that have no specific strategy defined for extracting their text.

Definition at line 146 of file TextExtractorFactory.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.textextractors.TextExtractorFactory.NoTextExtractorFound.NoTextExtractorFound ( String  msg)

Definition at line 148 of file TextExtractorFactory.java.

org.sleuthkit.autopsy.textextractors.TextExtractorFactory.NoTextExtractorFound.NoTextExtractorFound ( Throwable  ex)

Definition at line 152 of file TextExtractorFactory.java.

org.sleuthkit.autopsy.textextractors.TextExtractorFactory.NoTextExtractorFound.NoTextExtractorFound ( String  msg,
Throwable  ex 
)
private

Definition at line 156 of file TextExtractorFactory.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.