Serialized Form


Package org.apache.maven.model.building

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

Serialized Fields

modelId

java.lang.String modelId

problems

java.util.List<E> problems

Package org.apache.maven.model.io

Class org.apache.maven.model.io.ModelParseException extends java.io.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 java.lang.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 java.lang.Exception implements Serializable

Serialized Fields

groupId

java.lang.String groupId
The group id of the unresolvable model.


artifactId

java.lang.String artifactId
The artifact id of the unresolvable model.


version

java.lang.String version
The version of the unresolvable model.



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