All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class gnu.inet.encoding.PunycodeException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----gnu.inet.encoding.PunycodeException
  -  public class PunycodeException
  -  extends Exception
   
  -   BAD_INPUT BAD_INPUT
-  
  
-   OVERFLOW OVERFLOW
-  
   
  -   PunycodeException(String) PunycodeException(String)
-   Creates a new PunycodeException.
   
 OVERFLOW
OVERFLOW
 public static String OVERFLOW
 BAD_INPUT
BAD_INPUT
 public static String BAD_INPUT
   
 PunycodeException
PunycodeException
 public PunycodeException(String m)
  -  Creates a new PunycodeException.
   
- 
    -  Parameters:
    
-  m - message.
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index