Home
last modified time | relevance | path

Searched refs:UsageException (Results 1 – 4 of 4) sorted by relevance

/cts/tools/signature-tools/src/signature/converter/
DMain.java19 import signature.UsageException;
45 throw new UsageException(); in main()
50 throw new UsageException(); in main()
55 throw new UsageException(); in main()
71 throw new UsageException(); in main()
/cts/tools/signature-tools/src/signature/compare/
DMain.java19 import signature.UsageException;
56 throw new UsageException(); in main()
78 throw new UsageException(); in main()
92 throw new UsageException(); in main()
114 throw new UsageException(); in main()
128 throw new UsageException(); in main()
133 throw new UsageException(); in main()
181 throw new UsageException(); in getApi()
189 throw new UsageException(); in checkName()
/cts/tools/signature-tools/src/signature/
DUsageException.java24 public class UsageException extends RuntimeException { class
DMain.java78 } catch (UsageException ex) { in main()