Serialized Form
-
Package org.apache.maven.model.building
-
Class org.apache.maven.model.building.ModelBuildingException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
result
ModelBuildingResult result
-
-
-
-
Package org.apache.maven.model.io
-
Class org.apache.maven.model.io.ModelParseException extends java.io.IOException implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
The one-based index of the column containing the error. -
lineNumber
int lineNumber
The one-based index of the line containing the error.
-
-
-
-
Package org.apache.maven.model.resolution
-
Class org.apache.maven.model.resolution.InvalidRepositoryException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
repository
org.apache.maven.model.Repository repository
The repository that raised this error, can benull
.
-
-
-
Class org.apache.maven.model.resolution.UnresolvableModelException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
The artifact id of the unresolvable model. -
groupId
java.lang.String groupId
The group id of the unresolvable model. -
version
java.lang.String version
The version of the unresolvable model.
-
-
-