fr.whimtrip.ext.jwhtscrapper.exception.ModelBindingException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whimtrip-ext-scrapper Show documentation
Show all versions of whimtrip-ext-scrapper Show documentation
Fully featured highly pluggable and customizable Java scrapping framework
The newest version!
/*
* This code is licensed to WhimTrip©. For any question, please contact the author of the file.
*/
/*
* This code is licensed to WhimTrip©. For any question, please contact the author of the file.
*/
package fr.whimtrip.ext.jwhtscrapper.exception;
/**
* Part of project jwht-scrapper
* Created on 29/07/18
*
*
* Thrown when any raw HTTP body to POJO mapping exception
* occures.
*
*
* @author Louis-wht
* @since 1.0.0
*/
public class ModelBindingException extends ScrapFailedException {
public ModelBindingException(Throwable e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy