- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MavenReportException (0.7 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/reporting/MavenReportException.java
package org.apache.maven.reporting; /** * An exception occurring during the execution of a Maven report. * */ @Deprecated public class MavenReportException extends Exception { public MavenReportException(String msg) { super(msg); } public MavenReportException(String msg, Exception e) { super(msg, e); }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.1K bytes - Viewed (0)