Class UnsupportedRoadConnectionException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedRoadConnectionException
    extends RoadNetworkException
    This exception is thrown when the type of a road connection 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

      • UnsupportedRoadConnectionException

        public UnsupportedRoadConnectionException()
        Constructor.
      • UnsupportedRoadConnectionException

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

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

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