Class QuerySyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.usi.si.seart.treesitter.exception.TreeSitterException
-
- ch.usi.si.seart.treesitter.exception.query.QueryException
-
- ch.usi.si.seart.treesitter.exception.query.QuerySyntaxException
-
- All Implemented Interfaces:
Serializable
public class QuerySyntaxException extends QueryException
Thrown when a query has incorrect syntax.- Since:
- 1.0.0
- Author:
- Ozren Dabić
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuerySyntaxException(int offset)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-