Searched refs:KatiException (Results 1 – 3 of 3) sorted by relevance
23 public static class KatiException extends Exception { class26 public KatiException(List<String> cmd, String stderr) { in KatiException() method in KatiCommand.KatiException42 public String run(String[] args) throws KatiException; in run()
74 public String run(String[] args) throws KatiException { in run()90 throw new KatiException(cmd, "IOException running process: " + ex.getMessage()); in run()108 throw new KatiException(cmd, stderr.toString()); in run()
80 } catch (KatiCommand.KatiException ex) { in loadProductConfig()