}
//closeIO(unique);
if(answer.length() < 1){//no message at all
throw new KeyNoteCLException(unique, report, String.format(ExceptionString.KEYNOTECLEXCEPTIONNM.getExceptionString(), exitval));
}
throw new KeyNoteCLException(unique, report, String.format(ExceptionString.KEYNOTECLEXCEPTION.getExceptionString(), exitval, answer));
}
}