public class ParseError
extends java.lang.Object
ParseErrorFormatter
to convert instances of this class to readable format.
This class is not intended to be instantiated or sub-classed by clients.
Constructor and Description |
---|
ParseError(InputBuffer inputBuffer,
int errorIndex,
java.lang.String message,
java.util.List<java.util.List<MatcherPathElement>> failedPaths) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorIndex() |
java.util.List<java.util.List<MatcherPathElement>> |
getFailedPaths() |
InputBuffer |
getInputBuffer() |
java.lang.String |
getMessage() |
public ParseError(InputBuffer inputBuffer, int errorIndex, java.lang.String message, java.util.List<java.util.List<MatcherPathElement>> failedPaths)
public InputBuffer getInputBuffer()
public int getErrorIndex()
public java.lang.String getMessage()
public java.util.List<java.util.List<MatcherPathElement>> getFailedPaths()
Copyright © 2012 SonarSource. All Rights Reserved.