OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NameTooLongException
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/xbill/DNS/
NameTooLongException.java
12
public class
NameTooLongException
extends WireParseException {
15
NameTooLongException
() {
20
NameTooLongException
(String s) {
Name.java
140
append(byte [] array, int start, int n) throws
NameTooLongException
{
153
throw new
NameTooLongException
();
182
catch (
NameTooLongException
e) {
192
catch (
NameTooLongException
e) {
423
* @throws
NameTooLongException
The name is too long.
426
concatenate(Name prefix, Name suffix) throws
NameTooLongException
{
470
catch (
NameTooLongException
e) {
480
* @throws
NameTooLongException
The resulting name is too long.
483
fromDNAME(DNAMERecord dname) throws
NameTooLongException
{
497
throw new
NameTooLongException
();
[
all
...]
Completed in 187 milliseconds