Uses of Class
gnu.inet.encoding.PunycodeException

Packages that use PunycodeException
gnu.inet.encoding   
 

Uses of PunycodeException in gnu.inet.encoding
 

Methods in gnu.inet.encoding that throw PunycodeException
static int Punycode.codepoint2digit(int c)
           
static java.lang.String Punycode.decode(java.lang.String input)
          Decode a punycoded string.
static int Punycode.digit2codepoint(int d)
           
static java.lang.String Punycode.encode(java.lang.String input)
          Punycodes a unicode string.
 

Constructors in gnu.inet.encoding with parameters of type PunycodeException
IDNAException(PunycodeException e)
           
 



Copyright © 2010 Tigase. All Rights Reserved.