Home | History | Annotate | Download | only in DNS

Lines Matching refs:TextParseException

170 private static TextParseException
172 return new TextParseException("'" + str + "': " + message);
177 throws TextParseException
202 * @throws TextParseException The name is invalid.
205 Name(String s, Name origin) throws TextParseException {
283 * @throws TextParseException The name is invalid.
286 Name(String s) throws TextParseException {
297 * @throws TextParseException The name is invalid.
300 fromString(String s, Name origin) throws TextParseException {
315 * @throws TextParseException The name is invalid.
318 fromString(String s) throws TextParseException {
333 catch (TextParseException e) {