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