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

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

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

import fr.whimtrip.ext.jwhtscrapper.intfr.AutomaticScrapperClient;

/**
 * 

Part of project jwht-scrapper

*

Created on 27/07/18

* *

* Exception thrown in {@link AutomaticScrapperClient#scrap()} when * scrapping is run twice. *

* * @author Louis-wht * @since 1.0.0 */ public class ScrapperAlreadyStartedException extends ScrapperException { public ScrapperAlreadyStartedException(Class scrapperClazz) { super("Scrapping is already running for scrapper of class " + scrapperClazz); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy