Class MalformedIDNException

All Implemented Interfaces:
Serializable

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

    • MalformedIDNException

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