Home
last modified time | relevance | path

Searched refs:KatiException (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DKatiCommand.java23 public static class KatiException extends Exception { class
26 public KatiException(List<String> cmd, String stderr) { in KatiException() method in KatiCommand.KatiException
42 public String run(String[] args) throws KatiException; in run()
DKatiCommandImpl.java74 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()
DKatiImpl.java80 } catch (KatiCommand.KatiException ex) { in loadProductConfig()