Class ByteOffsetOutOfBoundsException
- 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.ByteOffsetOutOfBoundsException
-
- All Implemented Interfaces:
Serializable
public class ByteOffsetOutOfBoundsException extends TreeSitterException
Thrown to indicate that a specified byte offset is outside a node's byte range.- Since:
- 1.7.0
- Author:
- Ozren Dabić
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ByteOffsetOutOfBoundsException(int offset)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-