Lines Matching defs:ParseException
117 throw new ParseException(lookup("main.err.unrecognizedarg",
122 } catch (ParseException e) {
177 * @exception ParseException
181 private int decodeArg(String [] args, int i) throws ParseException {
190 throw new ParseException(lookup("main.err.dupoption", arg));
214 throw new ParseException(lookup("main.err.unsupportedopt", arg));
233 * @exception ParseException
237 private URL parseURL(String url) throws ParseException {
262 throw new ParseException(lookup("main.err.badurl",
520 class ParseException extends RuntimeException
522 public ParseException(String msg) {
526 public ParseException(Throwable t) {