Uses of Class
ch.usi.si.seart.treesitter.exception.query.QueryException
-
Packages that use QueryException Package Description ch.usi.si.seart.treesitter.exception.query -
-
Uses of QueryException in ch.usi.si.seart.treesitter.exception.query
Subclasses of QueryException in ch.usi.si.seart.treesitter.exception.query Modifier and Type Class Description classQueryCaptureExceptionThrown when a query string has incorrect captures.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.
-