Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Exception.
Public Member Functions | |
RuntimePropertiesException (String message) | |
RuntimePropertiesException (String message, Throwable cause) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Exception to throw if there is an error setting a runtime property.
Definition at line 67 of file RuntimeProperties.java.
org.sleuthkit.autopsy.core.RuntimeProperties.RuntimePropertiesException.RuntimePropertiesException | ( | String | message | ) |
Constructor for an exception to throw if there is an error setting a runtime property.
message | The exception message. |
Definition at line 77 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.
message | The exception message. |
cause | The cause of the error. |
Definition at line 88 of file RuntimeProperties.java.
|
staticprivate |
Definition at line 69 of file RuntimeProperties.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.