Serialized Form


Package org.apache.maven.model.building

Class org.apache.maven.model.building.ModelBuildingException extends Exception implements Serializable

Serialized Fields

result

ModelBuildingResult result

Package org.apache.maven.model.io

Class org.apache.maven.model.io.ModelParseException extends IOException implements Serializable

Serialized Fields

lineNumber

int lineNumber
The one-based index of the line containing the error.


columnNumber

int columnNumber
The one-based index of the column containing the error.


Package org.apache.maven.model.resolution

Class org.apache.maven.model.resolution.InvalidRepositoryException extends Exception implements Serializable

Serialized Fields

repository

Repository repository
The repository that raised this error, can be null.

Class org.apache.maven.model.resolution.UnresolvableModelException extends Exception implements Serializable

Serialized Fields

groupId

String groupId
The group id of the unresolvable model.


artifactId

String artifactId
The artifact id of the unresolvable model.


version

String version
The version of the unresolvable model.



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.