MCPcopy Create free account
hub / github.com/rambaut/figtree / ArgumentException

Class ArgumentException

src/figtree/application/Arguments.java:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 public static final String ARGUMENT_CHARACTER = "-";
44
45 public static class ArgumentException extends Exception {
46 public ArgumentException() { super(); }
47 public ArgumentException(String message) { super(message); }
48 };
49
50 public static class Option {
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…