Returns an exception with the command usage info. @return database exception
()
| 132 | * @return database exception |
| 133 | */ |
| 134 | public BaseXException usage() { |
| 135 | final String name = Util.className(main).toLowerCase(Locale.ENGLISH); |
| 136 | return new BaseXException(main.header() + Prop.NL + "Usage: " + name + main.usage()); |
| 137 | } |
| 138 | } |