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

Variable Index

 o BAD_INPUT
 o OVERFLOW

Constructor Index

 o PunycodeException(String)
Creates a new PunycodeException.

Variables

 o OVERFLOW
 public static String OVERFLOW
 o BAD_INPUT
 public static String BAD_INPUT

Constructors

 o PunycodeException
 public PunycodeException(String m)
Creates a new PunycodeException.

Parameters:
m - message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index