Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.url.analytics.DomainCategorizerException Class Reference

Inherits Exception.

Public Member Functions

 DomainCategorizerException (String message)
 
 DomainCategorizerException (String message, Throwable inner)
 

Detailed Description

An exception thrown by a DomainCategorizer.

Definition at line 24 of file DomainCategorizerException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.url.analytics.DomainCategorizerException.DomainCategorizerException ( String  message)

Constructor for the exception.

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

Parameters
messageThe message for the exception.
innerThe inner exception.

Definition at line 39 of file DomainCategorizerException.java.


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

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.