357358359360361362363364365
String exceptionMessage = "You do not have a valid viewer for the ." + chosenFileExtension + "file installed."; throw new NoProgramFoundException(exceptionMessage); } } }