Package ch.usi.si.seart.treesitter.exception.query
Provides query-specific exception class hierarchy.
- Since:
- 1.0.0
-
Exception Summary Exception Description QueryCaptureException Thrown when a query string has incorrect captures.QueryException The base exception type for all exceptions related to tree-sitter queries.QueryFieldException Thrown when the targeted node does not have a field with the specified name.QueryNodeTypeException Thrown when a specified node type does not exist in the language grammar.QueryStructureException Thrown when the node structure in the query does not adhere to the grammar.QuerySyntaxException Thrown when a query has incorrect syntax.