|
Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
| CorrelationAttributeNormalizationException (String message) | |
| CorrelationAttributeNormalizationException (String message, Throwable cause) | |
| CorrelationAttributeNormalizationException (Throwable cause) | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
Thrown when a given value is not in the expected format.
Definition at line 25 of file CorrelationAttributeNormalizationException.java.
| org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeNormalizationException.CorrelationAttributeNormalizationException | ( | String | message | ) |
Construct an exception with the given message.
| message | error message |
Definition at line 33 of file CorrelationAttributeNormalizationException.java.
| org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeNormalizationException.CorrelationAttributeNormalizationException | ( | String | message, |
| Throwable | cause | ||
| ) |
Construct an exception with the given message and inner exception.
| message | error message |
| cause | inner exception |
Definition at line 42 of file CorrelationAttributeNormalizationException.java.
| org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeNormalizationException.CorrelationAttributeNormalizationException | ( | Throwable | cause | ) |
Construct an exception with the given inner exception.
| cause | inner exception |
Definition at line 50 of file CorrelationAttributeNormalizationException.java.
|
staticprivate |
Definition at line 27 of file CorrelationAttributeNormalizationException.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.