- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MaxLengthExceededException (0.11 seconds)
-
CLAUDE.md
### Exception Hierarchy All exceptions are unchecked (extend `RuntimeException` via `CrawlerSystemException`). ``` CrawlerSystemException (RuntimeException) ├─ CrawlingAccessException │ └─ MaxLengthExceededException ├─ ChildUrlsException ├─ ExtractException │ └─ UnsupportedExtractException ├─ CrawlerLoginFailureException ├─ ExecutionTimeoutException ├─ MimeTypeException
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:20 GMT 2026 - 8.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5HttpClient.java
import org.codelibs.fess.crawler.exception.CrawlerSystemException; import org.codelibs.fess.crawler.exception.CrawlingAccessException; import org.codelibs.fess.crawler.exception.MaxLengthExceededException; import org.codelibs.fess.crawler.helper.ContentLengthHelper; import org.codelibs.fess.crawler.helper.MimeTypeHelper; import org.codelibs.fess.crawler.helper.RobotsTxtHelper;
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sat Jan 31 12:23:29 GMT 2026 - 62.2K bytes - Click Count (0)