Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.services.contentviewertags.ContentViewerTagManager.ResultWrapper< T > Class Template Reference

Public Member Functions

SQLException getException ()
 
getResult ()
 
boolean hasException ()
 
void setException (SQLException ex)
 
void setResult (T result)
 

Private Attributes

SQLException ex = null
 
result
 

Detailed Description

Wrapper for holding state in the CaseDbAccessQueryCallback. CaseDbAccessQueryCallback has no support for exception handling.

Parameters
<T>

Definition at line 180 of file ContentViewerTagManager.java.

Member Function Documentation

Member Data Documentation


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.