Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.texttranslation.TranslationConfigException Class Reference

Inherits Exception.

Public Member Functions

 TranslationConfigException (String message)
 
 TranslationConfigException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Instances of this exception class are thrown when there is an error configuring text translation.

Definition at line 25 of file TranslationConfigException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.texttranslation.TranslationConfigException.TranslationConfigException ( String  message)

Constructs a new exception with the specified message.

Parameters
messageThe message.

Definition at line 34 of file TranslationConfigException.java.

org.sleuthkit.autopsy.texttranslation.TranslationConfigException.TranslationConfigException ( String  message,
Throwable  cause 
)

Constructs a new exception with the specified message and cause.

Parameters
messageThe message.
causeThe cause.

Definition at line 44 of file TranslationConfigException.java.

Member Data Documentation

final long org.sleuthkit.autopsy.texttranslation.TranslationConfigException.serialVersionUID = 1L
staticprivate

Definition at line 27 of file TranslationConfigException.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.