Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isNoteworthyException (0.12 sec)

  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:")) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Apr 05 11:52:05 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top