Lines Matching refs:exception
421 String exception = ""; in savetosameformat()
427 exception = e.getMessage(); in savetosameformat()
434 resultflag, exception); in savetosameformat()
439 String exception = e.getMessage(); in savetosameformat()
440 if (exception == null || exception.isEmpty()) in savetosameformat()
441 exception = "Saving to the same format"; in savetosameformat()
443 sourceFile.length(), scenario, "", "", "Fail", exception); in savetosameformat()
486 String exception = ""; in savetodiffformat()
492 exception = e.getMessage(); in savetodiffformat()
499 resultflag, exception); in savetodiffformat()
504 String exception = e.getMessage(); in savetodiffformat()
505 if (exception == null || exception.isEmpty()) in savetodiffformat()
506 exception = "Saving to a different format"; in savetodiffformat()
508 sourceFile.length(), scenario, "", "", "Fail", exception); in savetodiffformat()