Class MalformedIDNException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class MalformedIDNException
    extends java.net.MalformedURLException
    The underlying IDN library detected an error in the Internationalized Domain Name in an IRI.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MalformedIDNException​(java.lang.Exception e)
      Constructor not part of API.
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MalformedIDNException

        public MalformedIDNException​(java.lang.Exception e)
        Constructor not part of API.
        Parameters:
        e - Underlying cause.