gnu.inet.encoding
Class IDNAException

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

public class IDNAException
extends java.lang.Exception

Exception handling for IDNA class.

See Also:
Serialized Form

Field Summary
static java.lang.String CONTAINS_ACE_PREFIX
           
static java.lang.String CONTAINS_HYPHEN
           
static java.lang.String CONTAINS_NON_LDH
           
static java.lang.String TOO_LONG
           
 
Constructor Summary
IDNAException(PunycodeException e)
           
IDNAException(java.lang.String m)
           
IDNAException(StringprepException e)
           
 
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

CONTAINS_NON_LDH

public static java.lang.String CONTAINS_NON_LDH

CONTAINS_HYPHEN

public static java.lang.String CONTAINS_HYPHEN

CONTAINS_ACE_PREFIX

public static java.lang.String CONTAINS_ACE_PREFIX

TOO_LONG

public static java.lang.String TOO_LONG
Constructor Detail

IDNAException

public IDNAException(java.lang.String m)

IDNAException

public IDNAException(StringprepException e)

IDNAException

public IDNAException(PunycodeException e)


Copyright © 2009 Tigase. All Rights Reserved.