Class ParseError


  • public class ParseError
    extends Object
    Describes an error, which is occurred during parse. Use ParseErrorFormatter to convert instances of this class to readable format.

    This class is not intended to be instantiated or subclassed by clients.

    Since:
    1.16
    • Constructor Detail

      • ParseError

        public ParseError​(InputBuffer inputBuffer,
                          int errorIndex)
    • Method Detail

      • getErrorIndex

        public int getErrorIndex()