Home | History | Annotate | Download | only in DNS

Lines Matching refs:exception

221 		throw exception("unbalanced parentheses");
262 throw exception("EOF in " +
276 throw exception("invalid " +
324 throw exception("unterminated escape sequence");
327 throw exception("newline in quoted string");
374 throw exception("expected a string");
383 throw exception("expected " + expected);
409 throw exception("expected an integer");
413 throw exception("expected an integer");
429 throw exception("expected an 32 bit unsigned integer");
445 throw exception("expected an 16 bit unsigned integer");
461 throw exception("expected an 8 bit unsigned integer");
479 throw exception("expected a TTL value");
497 throw exception("expected a TTL-like value");
521 throw exception(e.getMessage());
540 throw exception(e.getMessage());
553 throw exception("expected EOL or EOF");
580 * @param required If true, an exception will be thrown if no strings remain;
592 throw exception("expected base64 encoded string");
598 throw exception("invalid base64 encoding");
618 * @param required If true, an exception will be thrown if no strings remain;
630 throw exception("expected hex encoded string");
636 throw exception("invalid hex encoding");
664 throw exception("invalid hex encoding");
680 throw exception("invalid base32 encoding");
685 * Creates an exception which includes the current state in the error message
687 * @return The exception to be thrown
690 exception(String s) {