Autopsy  3.1
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 ()
 
String getMessage ()
 
boolean hasException ()
 
Exception getException ()
 

Private Attributes

final String errorSource
 
final String message
 
final Exception exception
 

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 45 of file ErrorInfo.java.

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

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

Definition at line 49 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-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.