Java org.apache.maven.model.io ModelParseException fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

ModelParseException(String message, int lineNumber, int columnNumber, Throwable cause)
Creates a new parser exception with the specified details.

Method

intgetColumnNumber()
Gets the one-based index of the column containing the error.
intgetLineNumber()
Gets the one-based index of the line containing the error.