Uses of Class
ch.usi.si.seart.treesitter.exception.TreeSitterException
-
Packages that use TreeSitterException Package Description ch.usi.si.seart.treesitter.exception ch.usi.si.seart.treesitter.exception.query -
-
Uses of TreeSitterException in ch.usi.si.seart.treesitter.exception
Subclasses of TreeSitterException in ch.usi.si.seart.treesitter.exception Modifier and Type Class Description classParsingExceptionThrown when there is an error during parsing. -
Uses of TreeSitterException in ch.usi.si.seart.treesitter.exception.query
Subclasses of TreeSitterException in ch.usi.si.seart.treesitter.exception.query Modifier and Type Class Description classQueryCaptureExceptionThrown when a query string has incorrect captures.classQueryExceptionThe base exception type for all exceptions related to tree-sitter queries.classQueryFieldExceptionThrown when the targeted node does not have a field with the specified name.classQueryNodeTypeExceptionThrown when a specified node type does not exist in the language grammar.classQueryStructureExceptionThrown when the node structure in the query does not adhere to the grammar.classQuerySyntaxExceptionThrown when a query has incorrect syntax.
-