OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextParseException
(Results
1 - 19
of
19
) sorted by null
/external/smack/src/org/xbill/DNS/
TextParseException.java
13
public class
TextParseException
extends IOException {
16
TextParseException
() {
21
TextParseException
(String s) {
FormattedTime.java
57
parse(String s) throws
TextParseException
{
59
throw new
TextParseException
("Invalid time encoding: " + s);
74
throw new
TextParseException
("Invalid time encoding: " + s);
HINFORecord.java
39
catch (
TextParseException
e) {
56
catch (
TextParseException
e) {
ISDNRecord.java
41
catch (
TextParseException
e) {
64
catch (
TextParseException
e) {
Generator.java
109
throw new
TextParseException
136
throw new
TextParseException
(
152
TextParseException
(
162
throw new
TextParseException
(
174
throw new
TextParseException
(
179
throw new
TextParseException
185
throw new
TextParseException
GPOSRecord.java
75
catch (
TextParseException
e) {
100
catch (
TextParseException
e) {
NAPTRRecord.java
54
catch (
TextParseException
e) {
79
catch (
TextParseException
e) {
TXTBase.java
42
catch (
TextParseException
e) {
71
catch (
TextParseException
e) {
Name.java
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
[
all
...]
ReverseMap.java
62
catch (
TextParseException
e) {
Tokenizer.java
126
static class TokenizerException extends
TextParseException
{
219
checkUnbalancedParens() throws
TextParseException
{
230
* @throws
TextParseException
The input was invalid.
341
* @throws
TextParseException
The input was invalid.
367
* @throws
TextParseException
The input was invalid or not a string.
391
* @throws
TextParseException
The input was invalid or not an unquoted string.
402
* @throws
TextParseException
The input was invalid or not a long.
421
* @throws
TextParseException
The input was invalid or not an unsigned 32
437
* @throws
TextParseException
The input was invalid or not an unsigned 16
453
* @throws
TextParseException
The input was invalid or not an unsigned
[
all
...]
Lookup.java
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
{
[
all
...]
Record.java
338
byteArrayFromString(String s) throws
TextParseException
{
351
throw new
TextParseException
("text string too long");
368
throw new
TextParseException
375
throw new
TextParseException
("bad escape");
388
throw new
TextParseException
("bad escape");
391
throw new
TextParseException
("text string too long");
Master.java
112
parseName(String s, Name origin) throws
TextParseException
{
116
catch (
TextParseException
e) {
260
catch (
TextParseException
e) {
IPSECKEYRecord.java
132
throw new
TextParseException
("invalid gateway format");
ResolverConfig.java
89
catch (
TextParseException
e) {
328
catch (
TextParseException
e) {
Address.java
242
catch (
TextParseException
e) {
TSIG.java
125
catch (
TextParseException
e) {
/external/smack/src/org/xbill/DNS/spi/
DNSJavaNameService.java
20
import org.xbill.DNS.
TextParseException
;
79
catch (
TextParseException
e) {
135
catch (
TextParseException
e) {
Completed in 145 milliseconds