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.coreutils.ErrorInfo Class Reference

Public Member Functions

 ErrorInfo (String errorSource, String message)
 
 ErrorInfo (String errorSource, String message, Exception exception)
 
String getErrroSource ()
 
Exception getException ()
 
String getMessage ()
 
boolean hasException ()
 

Private Attributes

final String errorSource
 
final Exception exception
 
final String message
 

Detailed Description

Encapsulates an error message and an associated exception, if any.

Definition at line 24 of file ErrorInfo.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.ErrorInfo.ErrorInfo ( String  errorSource,
String  message 
)
org.sleuthkit.autopsy.coreutils.ErrorInfo.ErrorInfo ( String  errorSource,
String  message,
Exception  exception 
)

Member Function Documentation

String org.sleuthkit.autopsy.coreutils.ErrorInfo.getErrroSource ( )
Exception org.sleuthkit.autopsy.coreutils.ErrorInfo.getException ( )
String org.sleuthkit.autopsy.coreutils.ErrorInfo.getMessage ( )

Definition at line 46 of file ErrorInfo.java.

References org.sleuthkit.autopsy.coreutils.ErrorInfo.message.

boolean org.sleuthkit.autopsy.coreutils.ErrorInfo.hasException ( )

Definition at line 50 of file ErrorInfo.java.

Member Data Documentation

final String org.sleuthkit.autopsy.coreutils.ErrorInfo.errorSource
private
final Exception org.sleuthkit.autopsy.coreutils.ErrorInfo.exception
private
final String org.sleuthkit.autopsy.coreutils.ErrorInfo.message
private

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.