Class InvalidURLException

All Implemented Interfaces:
Serializable

public class InvalidURLException extends IllegalArgumentException
See Also:
  • Constructor Details

    • InvalidURLException

      public InvalidURLException(String cause)
    • InvalidURLException

      public InvalidURLException(String cause, Object url)
    • InvalidURLException

      public InvalidURLException(IOException e)
  • Method Details

    • requireNonNull

      public static <T> T requireNonNull(T obj, String what, Object url)
    • requireNonNull

      public static <T> T requireNonNull(T obj, String what)