Package gnu.inet.encoding
Class IDNAException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gnu.inet.encoding.IDNAException
-
- All Implemented Interfaces:
Serializable
public class IDNAException extends Exception
Exception handling for IDNA class.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTAINS_ACE_PREFIXstatic StringCONTAINS_HYPHENstatic StringCONTAINS_NON_LDHstatic StringTOO_LONG
-
Constructor Summary
Constructors Constructor Description IDNAException(PunycodeException e)IDNAException(StringprepException e)IDNAException(String m)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IDNAException
public IDNAException(String m)
-
IDNAException
public IDNAException(StringprepException e)
-
IDNAException
public IDNAException(PunycodeException e)
-
-