Uses of Class
gnu.inet.encoding.PunycodeException
-
Packages that use PunycodeException Package Description gnu.inet.encoding -
-
Uses of PunycodeException in gnu.inet.encoding
Methods in gnu.inet.encoding that throw PunycodeException Modifier and Type Method Description static intPunycode. codepoint2digit(int c)static java.lang.StringPunycode. decode(java.lang.String input)Decode a punycoded string.static intPunycode. digit2codepoint(int d)static java.lang.StringPunycode. encode(java.lang.String input)Punycodes a unicode string.Constructors in gnu.inet.encoding with parameters of type PunycodeException Constructor Description IDNAException(PunycodeException e)
-