ParserException(String message, List<EquationMember> members)

Creates a new ParserException with a given message and a list of the offending member for debugging purposes.

Source

ParserException(this.message, this.members);