Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
GeoLocationUIException (String msg) | |
GeoLocationUIException (String msg, Exception ex) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
An exception call for Exceptions that occure in the geolocation dialog.
Definition at line 25 of file GeoLocationUIException.java.
org.sleuthkit.autopsy.geolocation.GeoLocationUIException.GeoLocationUIException | ( | String | msg | ) |
Create exception containing the error message
msg | the 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
msg | the message |
ex | cause exception |
Definition at line 43 of file GeoLocationUIException.java.
|
staticprivate |
Definition at line 26 of file GeoLocationUIException.java.
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.