Class PunycodeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PunycodeException
    extends java.lang.Exception
    Exception handling for Punycode class.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BAD_INPUT  
      static java.lang.String OVERFLOW  
    • Constructor Summary

      Constructors 
      Constructor Description
      PunycodeException​(java.lang.String m)
      Creates a new PunycodeException.
    • 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

      • OVERFLOW

        public static java.lang.String OVERFLOW
      • BAD_INPUT

        public static java.lang.String BAD_INPUT
    • Constructor Detail

      • PunycodeException

        public PunycodeException​(java.lang.String m)
        Creates a new PunycodeException.
        Parameters:
        m - message.