public class ParseError extends Object
ParseErrorFormatter to convert instances of this class to readable format.
This class is not intended to be instantiated or subclassed by clients.
| Constructor and Description |
|---|
ParseError(InputBuffer inputBuffer,
int errorIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorIndex() |
InputBuffer |
getInputBuffer() |
public ParseError(InputBuffer inputBuffer, int errorIndex)
public InputBuffer getInputBuffer()
public int getErrorIndex()
Copyright © 2009–2018 SonarSource. All rights reserved.