Waypoint.InvalidSegmentHeadingException

  • Waypoint.InvalidSegmentHeadingException is a custom exception indicating an issue with the segment heading during Waypoint creation.

  • This exception inherits methods for handling and presenting error information from Throwable and standard object methods from Object.

  • Developers can utilize inherited methods like getMessage() or printStackTrace() to understand and debug the invalid segment heading issue.

public static class Waypoint.InvalidSegmentHeadingException extends Exception

An exception thrown when trying to create a Waypoint with an invalid segment heading.

Inherited Method Summary