Class UnsupportedRoadSegmentException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedRoadSegmentException
    extends RoadNetworkException
    This exception is thrown when the type of a road segment is not supported by the API.
    Since:
    14.0
    Version:
    17.0 2020-01-04 14:41:55
    Author:
    Stéphane GALLAND
    See Also:
    Serialized Form
    Maven Group Id:
    org.arakhne.afc.gis
    Maven Artifact Id:
    gisroad
    • Constructor Detail

      • UnsupportedRoadSegmentException

        public UnsupportedRoadSegmentException()
        Constructor.
      • UnsupportedRoadSegmentException

        public UnsupportedRoadSegmentException​(String message)
        Constructor.
        Parameters:
        message - the error message.
      • UnsupportedRoadSegmentException

        public UnsupportedRoadSegmentException​(Throwable exception)
        Constructor.
        Parameters:
        exception - the cause of the error.
      • UnsupportedRoadSegmentException

        public UnsupportedRoadSegmentException​(String message,
                                               Throwable exception)
        Constructor.
        Parameters:
        message - the error message.
        exception - the cause of the error.