java.io.Serializablepublic class UnresolvableModelException
extends java.lang.Exception
| Constructor | Description |
|---|---|
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.
|
UnresolvableModelException(java.lang.Throwable cause,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version) |
Creates a new exception with specified cause
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
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.public UnresolvableModelException(java.lang.Throwable cause,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version)
cause - groupId - artifactId - version - public java.lang.String getGroupId()
null.public java.lang.String getArtifactId()
null.public java.lang.String getVersion()
null.