Uses of Class
ch.usi.si.seart.treesitter.exception.TreeSitterException
-
Packages that use TreeSitterException Package Description ch.usi.si.seart.treesitter.exception.parser ch.usi.si.seart.treesitter.exception.query -
-
Uses of TreeSitterException in ch.usi.si.seart.treesitter.exception.parser
Subclasses of TreeSitterException in ch.usi.si.seart.treesitter.exception.parser Modifier and Type Class Description classIncompatibleLanguageExceptionThrown when attempts to set the parser language result in failure.classParserExceptionThe base exception type for all exceptions related to tree-sitter parsers.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.
-