|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
| TranslationException (String message) | |
| TranslationException (String message, Throwable cause) | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Provides a system exception for Text Translation errors
Definition at line 24 of file TranslationException.java.
| org.sleuthkit.autopsy.texttranslation.TranslationException.TranslationException | ( | String | message | ) |
Constructs a new exception with the specified message.
| message | The 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.
| message | The message. |
| cause | The cause. |
Definition at line 43 of file TranslationException.java.
|
staticprivate |
Definition at line 26 of file TranslationException.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.