Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationDataException Class Reference

Inherits Exception.

Public Member Functions

 GeoLocationDataException (String msg)
 
 GeoLocationDataException (String msg, Exception ex)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

An exception class for the Geolocation dateModel;

Definition at line 25 of file GeoLocationDataException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationDataException.GeoLocationDataException ( String  msg)

Create exception containing the error message

Parameters
msgthe message

Definition at line 34 of file GeoLocationDataException.java.

org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationDataException.GeoLocationDataException ( String  msg,
Exception  ex 
)

Create exception containing the error message and cause exception

Parameters
msgthe message
excause exception

Definition at line 44 of file GeoLocationDataException.java.

Member Data Documentation

final long org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationDataException.serialVersionUID = 1L
staticprivate

Definition at line 27 of file GeoLocationDataException.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.