Class IDNAException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IDNAException
    extends java.lang.Exception
    Exception handling for IDNA class.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)