Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.blackboardutils.attributes.BlackboardJsonAttrUtil.InvalidJsonException Class Reference

Inherits Exception.

Public Member Functions

 InvalidJsonException (String message)
 
 InvalidJsonException (String message, Throwable cause)
 

Detailed Description

Constructs an exception to be thrown when the JSON in an artifact attribute cannot be deserialized to an object of the specified type.

Definition at line 87 of file BlackboardJsonAttrUtil.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.blackboardutils.attributes.BlackboardJsonAttrUtil.InvalidJsonException.InvalidJsonException ( String  message)

Constructs an exception thrown when JSON in an artifact attribute cannot be deserialized to an object of the specified type.

Parameters
messageAn error message.

Definition at line 97 of file BlackboardJsonAttrUtil.java.

org.sleuthkit.datamodel.blackboardutils.attributes.BlackboardJsonAttrUtil.InvalidJsonException.InvalidJsonException ( String  message,
Throwable  cause 
)

Constructs an exception thrown when JSON in an artifact attribute cannot be deserialized to an object of the specified type.

Parameters
messageAn error message.
causeAn excception that caused this exception to be thrown.

Definition at line 108 of file BlackboardJsonAttrUtil.java.


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

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.