Variable ParserException._pos

class ParserException
{
  // ...
  int _pos;
  // ...
}