Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.testutils.TestUtilsException Class Reference

Inherits Exception.

Public Member Functions

 TestUtilsException (String message)
 
 TestUtilsException (String message, Throwable innerException)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception created from exercising parts of TestUtils.

Definition at line 24 of file TestUtilsException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.testutils.TestUtilsException.TestUtilsException ( String  message)

Main constructor that accepts a message.

Parameters
messageThe 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.

Parameters
messageThe message.
innerExceptionThe inner exception.

Definition at line 41 of file TestUtilsException.java.

Member Data Documentation

final long org.sleuthkit.autopsy.testutils.TestUtilsException.serialVersionUID = 1L
staticprivate

Definition at line 26 of file TestUtilsException.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.