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:
Serializable

public class IDNAException
extends Exception

Exception handling for IDNA class.

See Also:
Serialized Form

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

CONTAINS_HYPHEN

public static String CONTAINS_HYPHEN

CONTAINS_ACE_PREFIX

public static String CONTAINS_ACE_PREFIX

TOO_LONG

public static String TOO_LONG
Constructor Detail

IDNAException

public IDNAException(String m)

IDNAException

public IDNAException(StringprepException e)

IDNAException

public IDNAException(PunycodeException e)


Copyright © 2013 Tigase. All Rights Reserved.