Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isNoteworthyException (0.07 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/exception/DefaultExceptionHandler.java

                    }
                } else if (exception instanceof LifecycleExecutionException) {
                    reference = getReference(dejaVu, exception.getCause());
                } else if (isNoteworthyException(exception)) {
                    reference = exception.getClass().getSimpleName();
                }
            }
    
            if ((reference != null && !reference.isEmpty()) && !reference.startsWith("http:")) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 10.9K bytes
    - Click Count (0)
Back to Top