Package org.minidns.dnsname
Class InvalidDnsNameException.LabelTooLongException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.minidns.dnsname.InvalidDnsNameException
org.minidns.dnsname.InvalidDnsNameException.LabelTooLongException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InvalidDnsNameException
public static class InvalidDnsNameException.LabelTooLongException extends InvalidDnsNameException
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.minidns.dnsname.InvalidDnsNameException
InvalidDnsNameException.DNSNameTooLongException, InvalidDnsNameException.LabelTooLongException
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LabelTooLongException(String ace, String label)
-
Method Summary
Modifier and Type Method Description String
getMessage()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-