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.TranslationException Class Reference

Inherits Exception.

Public Member Functions

 TranslationException (String message)
 
 TranslationException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Provides a system exception for Text Translation errors

Definition at line 24 of file TranslationException.java.

Constructor & Destructor Documentation

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

Constructs a new exception with the specified message.

Parameters
messageThe message.

Definition at line 33 of file TranslationException.java.

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

Constructs a new exception with the specified message and cause.

Parameters
messageThe message.
causeThe cause.

Definition at line 43 of file TranslationException.java.

Member Data Documentation

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

Definition at line 26 of file TranslationException.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.