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

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

Introduction

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

The text is from its open source code.

Method

intgetColumnNumber()
Gets the one-based index of the column containing the problem.
ExceptiongetException()
Gets the exception that caused this problem (if any).
intgetLineNumber()
Gets the one-based index of the line containing the problem.
StringgetMessage()
Gets the message that describes this problem.
StringgetModelId()
Gets the identifier of the model from which the problem originated.
SeveritygetSeverity()
Gets the severity level of this problem.
StringgetSource()
Gets the hint about the source of the problem.