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

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

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

import java.lang.reflect.Field;

/**
 * 

Part of project jwht-scrapper

*

Created on 29/07/18

* *

* Thrown when the url specified by a link from annotation * configuration output a null / empty value. *

* * @author Louis-wht * @since 1.0.0 */ public class NullLinkException extends LinkException { public NullLinkException(Field field) { super( String.format( "Field %s link cannot be followed because the link has a null value.", field ) ); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy