ts::TreeSitterException class

Base exception class for errors in the Tree-Sitter wrapper.

Derived classes

class EditException
Base class for exceptions related to applying edits to the tree.
class NullNodeException
Thrown by the constructor of Node if you try to create a null node.
class ParseFailureException
Thrown by Parser::parse_string (should never actually be thrown).
class ParserLanguageException
Version missmatch between Tree-Sitter and the Language grammar.
class QueryException
Syntax error in a Query string.