Java org.apache.maven.model.building ModelBuildingException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.model.building ModelBuildingException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.model.building ModelBuildingException.

The text is from its open source code.

Constructor

ModelBuildingException(ModelBuildingResult result)
Creates a new exception from the specified interim result and its associated problems.
ModelBuildingException(Model model, String modelId, List problems)
Creates a new exception with the specified problems.

Method

ListgetProblems()
Gets the problems that caused this exception.