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

com.goikosoft.crawler4j.parser.NotAllowedContentException Maven / Gradle / Ivy

Go to download

crawler4j: Open Source Web Crawler for Java. Modified by Dario Goikoetxea to add POST capabilities

There is a newer version: 4.5.11
Show newest version
package com.goikosoft.crawler4j.parser;

/**
 * Created by Avi on 8/19/2014.
 *
 * This Exception will be thrown whenever the parser tries to parse not allowed content
* For example when the parser tries to parse binary content although the user configured it not * to do it */ public class NotAllowedContentException extends Exception { public NotAllowedContentException() { super("Not allowed to parse this type of content"); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy