- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for about (0.01 sec)
-
DataStoreCrawlingException.java
private final String url; L25: L26: private final boolean abort; L27: L28: public DataStoreCrawlingException(final String url, final String message, final Exception e) { L29: this(url, message, e, false); L30: } L31: L32: public DataStoreCrawlingException(final String url, final String message, final Exception e, final boolean abort) { L33: super(message, e); L34: this.url = url; L35: this.abort = abort; L36: } L37: L38: public String getUrl() { L39: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.4K bytes