- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SuperPomProviderException (0.12 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/SuperPomProviderException.java
* * @since 4.0.0 */ public class SuperPomProviderException extends MavenException { @Serial private static final long serialVersionUID = -8659892034004509331L; public SuperPomProviderException() { super(); } public SuperPomProviderException(String message) { super(message); } public SuperPomProviderException(String message, Throwable cause) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 02 21:26:05 UTC 2024 - 1.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/SuperPomProvider.java
* * @param version The model version to retrieve the super POM for (e.g. "4.0.0"), must not be {@code null}. * @return The super POM, never {@code null}. * @throws SuperPomProviderException if the super POM could not be retrieved */ @Nonnull Model getSuperPom(@Nonnull String version);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Feb 28 23:54:53 UTC 2024 - 1.5K bytes - Viewed (0)