public class ErrorLocator extends Object
| Constructor and Description |
|---|
ErrorLocator(int line,
int col,
String ptr) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Returns the column number where the error is located.
|
int |
getLineNumber()
Returns the line number where the error is located.
|
String |
getPointer()
Returns a pointer specifying the location of the error in some
representation.
|
public ErrorLocator(int line,
int col,
String ptr)
public int getLineNumber()
public int getColumnNumber()
public String getPointer()
Copyright © 2016 Open Geospatial Consortium. All rights reserved.