public class ParseException
extends java.lang.RuntimeException
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the index of the character at which the error occurred, relative to the line.
|
int |
getLine()
Returns the number of the line in which the error occurred.
|
int |
getOffset()
Returns the absolute index of the character at which the error occurred.
|
public int getOffset()
public int getLine()
public int getColumn()
Copyright (c) EclipseSource and others 2002, 2020.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0