public class UnresolvableModelException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
artifactId
The artifact id of the unresolvable model.
|
private java.lang.String |
groupId
The group id of the unresolvable model.
|
private java.lang.String |
version
The version of the unresolvable model.
|
| Constructor and 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 and 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.
|
private final java.lang.String groupId
private final java.lang.String artifactId
private final java.lang.String version
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.