|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.model.resolution.UnresolvableModelException
public class UnresolvableModelException
Signals an error when resolving the path to an external model.
Constructor Summary | |
---|---|
UnresolvableModelException(java.lang.String message,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version)
Creates a new exception with specified detail message. |
|
UnresolvableModelException(java.lang.String message,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.Throwable cause)
Creates a new exception with specified detail message and cause. |
Method Summary | |
---|---|
java.lang.String |
getArtifactId()
Gets the artifact id of the unresolvable model. |
java.lang.String |
getGroupId()
Gets the group id of the unresolvable model. |
java.lang.String |
getVersion()
Gets the version of the unresolvable model. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnresolvableModelException(java.lang.String message, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.Throwable cause)
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
.public UnresolvableModelException(java.lang.String message, java.lang.String groupId, java.lang.String artifactId, java.lang.String version)
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
.Method Detail |
---|
public java.lang.String getGroupId()
null
.public java.lang.String getArtifactId()
null
.public java.lang.String getVersion()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |