public class UnresolvableModelException extends Exception
Constructor and Description |
---|
UnresolvableModelException(String message,
String groupId,
String artifactId,
String version)
Creates a new exception with specified detail message.
|
UnresolvableModelException(String message,
String groupId,
String artifactId,
String version,
Throwable cause)
Creates a new exception with specified detail message and cause.
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Gets the artifact id of the unresolvable model.
|
String |
getGroupId()
Gets the group id of the unresolvable model.
|
String |
getVersion()
Gets the version of the unresolvable model.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnresolvableModelException(String message, String groupId, String artifactId, String version, 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(String message, String groupId, String artifactId, 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 String getGroupId()
null
.public String getArtifactId()
null
.public String getVersion()
null
.Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.