Variable ParserException._line

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