Home | History | Annotate | Download | only in DNS

Lines Matching refs:TextParseException

168  * @throws TextParseException A name in the array is not a valid DNS name.
171 setDefaultSearchPath(String [] domains) throws TextParseException {
268 * @throws TextParseException The name is not a valid DNS name
273 Lookup(String name, int type, int dclass) throws TextParseException {
282 * @throws TextParseException The name is not a valid DNS name
287 Lookup(String name, int type) throws TextParseException {
295 * @throws TextParseException The name is not a valid DNS name
299 Lookup(String name) throws TextParseException {
327 * @throws TextParseException A name in the array is not a valid DNS name.
330 setSearchPath(String [] domains) throws TextParseException {