Autopsy  4.13.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.core.RuntimeProperties.RuntimePropertiesException Class Reference

Inherits Exception.

Public Member Functions

 RuntimePropertiesException (String message)
 
 RuntimePropertiesException (String message, Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception to throw if there is an error setting a runtime property.

Definition at line 96 of file RuntimeProperties.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.core.RuntimeProperties.RuntimePropertiesException.RuntimePropertiesException ( String  message)

Constructor for an exception to throw if there is an error setting a runtime property.

Parameters
messageThe exception message.

Definition at line 106 of file RuntimeProperties.java.

org.sleuthkit.autopsy.core.RuntimeProperties.RuntimePropertiesException.RuntimePropertiesException ( String  message,
Throwable  cause 
)

Constructor for an exception to throw if there is an error setting a runtime property.

Parameters
messageThe exception message.
causeThe cause of the error.

Definition at line 117 of file RuntimeProperties.java.

Member Data Documentation

final long org.sleuthkit.autopsy.core.RuntimeProperties.RuntimePropertiesException.serialVersionUID = 1L
staticprivate

Definition at line 98 of file RuntimeProperties.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.