Autopsy  4.19.3
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.GeoLocationUIException Class Reference

Inherits Exception.

Public Member Functions

 GeoLocationUIException (String msg)
 
 GeoLocationUIException (String msg, Exception ex)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

An exception call for Exceptions that occure in the geolocation dialog.

Definition at line 25 of file GeoLocationUIException.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.geolocation.GeoLocationUIException.GeoLocationUIException ( String  msg)

Create exception containing the error message

Parameters
msgthe message

Definition at line 33 of file GeoLocationUIException.java.

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

Create exception containing the error message and cause exception

Parameters
msgthe message
excause exception

Definition at line 43 of file GeoLocationUIException.java.

Member Data Documentation

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

Definition at line 26 of file GeoLocationUIException.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.