Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
TranslationConfigException (String message) | |
TranslationConfigException (String message, Throwable cause) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Instances of this exception class are thrown when there is an error configuring text translation.
Definition at line 25 of file TranslationConfigException.java.
org.sleuthkit.autopsy.texttranslation.TranslationConfigException.TranslationConfigException | ( | String | message | ) |
Constructs a new exception with the specified message.
message | The 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.
message | The message. |
cause | The cause. |
Definition at line 44 of file TranslationConfigException.java.
|
staticprivate |
Definition at line 27 of file TranslationConfigException.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.