mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
5373 AutopsyException comment and merged props
This commit is contained in:
parent
48ece808a4
commit
a5b20b24d9
@ -23,7 +23,9 @@ PlatformUtil.getProcVmUsed.sigarNotInit.msg=Cannot get virt mem used, sigar not
|
||||
PlatformUtil.getProcVmUsed.gen.msg=Cannot get virt mem used, {0}
|
||||
PlatformUtil.getJvmMemInfo.usageText=JVM heap usage: {0}, JVM non-heap usage: {1}
|
||||
PlatformUtil.getPhysicalMemInfo.usageText=Physical memory usage (max, total, free): {0}, {1}, {2}
|
||||
PlatformUtil.getAllMemUsageInfo.usageText={0}\n{1}\nProcess Virtual Memory: {2}
|
||||
PlatformUtil.getAllMemUsageInfo.usageText={0}\n\
|
||||
{1}\n\
|
||||
Process Virtual Memory: {2}
|
||||
# {0} - file name
|
||||
ReadImageTask.mesageText=Reading image: {0}
|
||||
StringExtract.illegalStateException.cannotInit.msg=Unicode table not properly initialized, cannot instantiate StringExtract
|
||||
|
@ -18,6 +18,9 @@
|
||||
*/
|
||||
package org.sleuthkit.autopsy.exceptions;
|
||||
|
||||
/*
|
||||
* An exception to be thrown which can contain a user friendly message.
|
||||
*/
|
||||
public abstract class AutopsyException extends Exception {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
@ -71,7 +74,8 @@ public abstract class AutopsyException extends Exception {
|
||||
/**
|
||||
* Get the user friendly message if one exists.
|
||||
*
|
||||
* @return the user friendly message if one exists, otherwise returns the exceptions normal message
|
||||
* @return the user friendly message if one exists, otherwise returns the
|
||||
* exceptions normal message
|
||||
*/
|
||||
public String getUserMessage() {
|
||||
return userMessage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user