Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RobotsTxtException (0.15 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/RobotsTxtHelper.java

                // Only throw exception for fatal I/O errors
                throw new RobotsTxtException("Failed to read robots.txt due to I/O error.", e);
            } catch (final Exception e) {
                // Catch any other fatal errors (e.g., encoding issues)
                throw new RobotsTxtException("Failed to parse robots.txt.", e);
            }
        }
    
        /**
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Fri Nov 14 12:52:01 UTC 2025
    - 11.4K bytes
    - Viewed (0)
Back to top