Class InvalidUrlException

All Implemented Interfaces:
Serializable

public class InvalidUrlException extends IllegalArgumentException
Thrown when a URL string cannot be parsed.
Since:
6.2
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • InvalidUrlException

      public InvalidUrlException(String msg)
      Construct a InvalidUrlException with the specified detail message.
      Parameters:
      msg - the detail message
    • InvalidUrlException

      public InvalidUrlException(String msg, Throwable cause)
      Construct a InvalidUrlException with the specified detail message and nested exception.
      Parameters:
      msg - the detail message
      cause - the nested exception