|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
| DomainCategorizerException (String message) | |
| DomainCategorizerException (String message, Throwable inner) | |
An exception thrown by a DomainCategorizer.
Definition at line 24 of file DomainCategorizerException.java.
| org.sleuthkit.autopsy.url.analytics.DomainCategorizerException.DomainCategorizerException | ( | String | message | ) |
Constructor for the exception.
| message | The message for the exception. |
Definition at line 30 of file DomainCategorizerException.java.
| org.sleuthkit.autopsy.url.analytics.DomainCategorizerException.DomainCategorizerException | ( | String | message, |
| Throwable | inner | ||
| ) |
Constructor for the exception.
| message | The message for the exception. |
| inner | The inner exception. |
Definition at line 39 of file DomainCategorizerException.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.