Home
last modified time | relevance | path

Searched defs:PatchFormatException (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/fastdeploy/deploylib/src/com/android/fastdeploy/
DPatchFormatException.java19 class PatchFormatException extends Exception { class
24 public PatchFormatException(String message) { super(message); } in PatchFormatException() method in PatchFormatException
31 public PatchFormatException(String message, Throwable cause) { in PatchFormatException() method in PatchFormatException