- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MavenBuilderException (0.27 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/MavenBuilderException.java
import org.apache.maven.api.annotations.Experimental; /** * Base class for all maven exceptions carrying {@link BuilderProblem}s. * * @since 4.0.0 */ @Experimental public abstract class MavenBuilderException extends MavenException { /** * The collection of problems associated with this exception. */ private final ProblemCollector<BuilderProblem> problems; /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 3.2K bytes - Viewed (0)