Class ParserException
- 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.parser.ParserException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IncompatibleLanguageException,ParsingException
public abstract class ParserException extends TreeSitterException
The base exception type for all exceptions related to tree-sitter parsers.- Since:
- 1.6.0
- Author:
- Ozren Dabić
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-