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

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

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