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

Inherits Exception.

Public Member Functions

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

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 ( )

Constructs a new exception with null as its message.

Definition at line 29 of file TranslationException.java.

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

Constructs a new exception with the specified message.

Parameters
messageThe message.

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