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