Package ch.usi.si.seart.treesitter.error
Class ABIVersionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- ch.usi.si.seart.treesitter.error.ABIVersionError
-
- All Implemented Interfaces:
Serializable
public class ABIVersionError extends Error
An error raised whenever there is an ABI version mismatch.These usually occur as a result of a language being generated with an incompatible version of the Tree-sitter CLI.
- Since:
- 1.0.0
- Author:
- Ozren Dabić
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ABIVersionError()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-