All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.whimtrip.ext.jwhtscrapper.exception.UrlCreationException Maven / Gradle / Ivy

The newest version!
package fr.whimtrip.ext.jwhtscrapper.exception;

/**
 * 

Part of project jwht-scrapper

*

Created on 07/08/18

* *

* Triggered when a scrapping url cannot be properly created. *

* * @author Louis-wht * @since 1.0.0 */ public class UrlCreationException extends ScrapperException { public UrlCreationException(String message) { super("Url could not be properly created, detailed explanation is : " + message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy