Waypoint.UnsupportedPlaceIdException

  • Waypoint.UnsupportedPlaceIdException is a custom exception indicating an attempt to create a Waypoint using an invalid Place ID.

  • This exception extends the standard Java Exception class and inherits its methods for handling and reporting errors.

  • Developers should anticipate this exception when working with Waypoints and implement appropriate error handling mechanisms.

  • UnsupportedPlaceIdException provides a single constructor with no parameters, simplifying its instantiation when an unsupported Place ID is encountered.

public static class Waypoint.UnsupportedPlaceIdException extends Exception

An exception thrown when trying to create a Waypoint from an unsupported Place ID.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UnsupportedPlaceIdException ()