|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModelProblem | |
|---|---|
| org.apache.maven.model.building | |
| Uses of ModelProblem in org.apache.maven.model.building |
|---|
| Classes in org.apache.maven.model.building that implement ModelProblem | |
|---|---|
class |
DefaultModelProblem
Describes a problem that was encountered during model building. |
| Methods in org.apache.maven.model.building that return types with arguments of type ModelProblem | |
|---|---|
java.util.List<ModelProblem> |
ModelBuildingResult.getProblems()
Gets the problems that were encountered during the model building. |
java.util.List<ModelProblem> |
ModelBuildingException.getProblems()
Gets the problems that caused this exception. |
| Constructor parameters in org.apache.maven.model.building with type arguments of type ModelProblem | |
|---|---|
ModelBuildingException(java.lang.String modelId,
java.util.List<ModelProblem> problems)
Creates a new exception with the specified problems. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||