|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
| TestUtilsException (String message) | |
| TestUtilsException (String message, Throwable innerException) | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Exception created from exercising parts of TestUtils.
Definition at line 24 of file TestUtilsException.java.
| org.sleuthkit.autopsy.testutils.TestUtilsException.TestUtilsException | ( | String | message | ) |
Main constructor that accepts a message.
| message | The message. |
Definition at line 32 of file TestUtilsException.java.
| org.sleuthkit.autopsy.testutils.TestUtilsException.TestUtilsException | ( | String | message, |
| Throwable | innerException | ||
| ) |
Main constructor that accepts a message and inner exception.
| message | The message. |
| innerException | The inner exception. |
Definition at line 41 of file TestUtilsException.java.
|
staticprivate |
Definition at line 26 of file TestUtilsException.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.