Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ThumbnailGenerationException (0.12 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 13.3K bytes
    - Viewed (0)
Back to top