report.reportDebugLog(unique, command);
try{
process = Runtime.getRuntime().exec(command);
} catch (IOException e){
throw new KeyNoteCLProcessCreationException(unique, report, ExceptionString.KEYNOTECLPROCESSCREATIONEXCEPTION.getExceptionString());
}
}