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

Inherits Exception.

Public Member Functions

 NoTextReaderFound (String msg)
 
 NoTextReaderFound (Throwable ex)
 

Private Member Functions

 NoTextReaderFound (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 138 of file TextReaders.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.textreaders.TextReaders.NoTextReaderFound.NoTextReaderFound ( String  msg)

Definition at line 140 of file TextReaders.java.

org.sleuthkit.autopsy.textreaders.TextReaders.NoTextReaderFound.NoTextReaderFound ( Throwable  ex)

Definition at line 144 of file TextReaders.java.

org.sleuthkit.autopsy.textreaders.TextReaders.NoTextReaderFound.NoTextReaderFound ( String  msg,
Throwable  ex 
)
private

Definition at line 148 of file TextReaders.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.