Class TreeSitterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.usi.si.seart.treesitter.exception.TreeSitterException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParsingException,QueryException
public class TreeSitterException extends RuntimeException
The base exception type for all tree-sitter exceptions.- Since:
- 1.0.0
- Author:
- Ozren Dabić
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeSitterException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-