Class PointNotFoundException

All Implemented Interfaces:
GHException, Serializable
Direct Known Subclasses:
PointOutOfBoundsException

public class PointNotFoundException extends DetailedIllegalArgumentException
Represents an instance of the "Cannot find Point" Exception, whereas the Point that cannot be found is at pointIndex.
Author:
Robin Boldt
See Also:
  • Field Details

  • Constructor Details

    • PointNotFoundException

      public PointNotFoundException(String message, int pointIndex)
  • Method Details

    • getPointIndex

      public int getPointIndex()