Class UnresolvableModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.model.resolution.UnresolvableModelException
- All Implemented Interfaces:
- Serializable
Deprecated.
Signals an error when resolving the path to an external model.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUnresolvableModelException(String message, String groupId, String artifactId, String version) Deprecated.Creates a new exception with specified detail message.UnresolvableModelException(String message, String groupId, String artifactId, String version, Throwable cause) Deprecated.Creates a new exception with specified detail message and cause.UnresolvableModelException(Throwable cause, String groupId, String artifactId, String version) Deprecated.Creates a new exception with specified cause
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Gets the artifact id of the unresolvable model.Deprecated.Gets the group id of the unresolvable model.Deprecated.Gets the version of the unresolvable model.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnresolvableModelExceptionpublic UnresolvableModelException(String message, String groupId, String artifactId, String version, Throwable cause) Deprecated.Creates a new exception with specified detail message and cause.- Parameters:
- message- The detail message, may be- null.
- groupId- The group id of the unresolvable model, may be- null.
- artifactId- The artifact id of the unresolvable model, may be- null.
- version- The version of the unresolvable model, may be- null.
- cause- The cause, may be- null.
 
- 
UnresolvableModelExceptionpublic UnresolvableModelException(String message, String groupId, String artifactId, String version) Deprecated.Creates a new exception with specified detail message.- Parameters:
- message- The detail message, may be- null.
- groupId- The group id of the unresolvable model, may be- null.
- artifactId- The artifact id of the unresolvable model, may be- null.
- version- The version of the unresolvable model, may be- null.
 
- 
UnresolvableModelException
 
- 
- 
Method Details- 
getGroupIdDeprecated.Gets the group id of the unresolvable model.- Returns:
- The group id of the unresolvable model, can be empty but never null.
 
- 
getArtifactIdDeprecated.Gets the artifact id of the unresolvable model.- Returns:
- The artifact id of the unresolvable model, can be empty but never null.
 
- 
getVersionDeprecated.Gets the version of the unresolvable model.- Returns:
- The version of the unresolvable model, can be empty but never null.
 
 
- 
org.apache.maven.api.services.ModelBuilderinstead