gnu.inet.encoding
Class PunycodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gnu.inet.encoding.PunycodeException
All Implemented Interfaces:
Serializable

public class PunycodeException
extends Exception

Exception handling for Punycode class.

See Also:
Serialized Form

Field Summary
static String BAD_INPUT
           
static String OVERFLOW
           
 
Constructor Summary
PunycodeException(String m)
          Creates a new PunycodeException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OVERFLOW

public static String OVERFLOW

BAD_INPUT

public static String BAD_INPUT
Constructor Detail

PunycodeException

public PunycodeException(String m)
Creates a new PunycodeException.

Parameters:
m - message.


Copyright © 2012 Tigase. All Rights Reserved.