Autopsy
4.17.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-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.