public class ProgramNotFoundException extends JSCFException (Code)
This Exception should be used, if the given Programm like /usr/bin/gpg cannot
found or is null. If this Exception is thrown, then we should popup an error
window with a link to the config, where the user can set the path to gpg or
disable the feature.
author: waffel
Constructor Summary
public
ProgramNotFoundException(String arg0) Creates a new ProgramNotFoundException and give it the reason in the arg0
variable.
Constructor Detail
ProgramNotFoundException
public ProgramNotFoundException(String arg0)(Code)
Creates a new ProgramNotFoundException and give it the reason in the arg0
variable.
Parameters: arg0 - The reason as a string.