Package org.minidns.dnsname
Class InvalidDnsNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.minidns.dnsname.InvalidDnsNameException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidDnsNameException.DNSNameTooLongException
,InvalidDnsNameException.LabelTooLongException
public abstract class InvalidDnsNameException extends IllegalStateException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InvalidDnsNameException.DNSNameTooLongException
static class
InvalidDnsNameException.LabelTooLongException
-
Constructor Summary
Constructors Modifier Constructor Description protected
InvalidDnsNameException(String ace)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidDnsNameException
protected InvalidDnsNameException(String ace)
-
-