Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ThumbnailGenerationException (0.54 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGenerator.java

                        if (logger.isDebugEnabled()) {
                            throw new ThumbnailGenerationException("Failed to process a thumbnail content: " + url, e);
                        }
                        throw new ThumbnailGenerationException(e.getMessage());
                    } catch (final Exception e) {
                        throw new ThumbnailGenerationException("Failed to process a thumbnail content: " + url, e);
                    }
                }
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 13.4K bytes
    - Viewed (0)
Back to top