Searched defs:PatchFormatException (Results 1 – 1 of 1) sorted by relevance
19 class PatchFormatException extends Exception { class24 public PatchFormatException(String message) { super(message); } in PatchFormatException() method in PatchFormatException31 public PatchFormatException(String message, Throwable cause) { in PatchFormatException() method in PatchFormatException