Class RoadNetworkException

    • Constructor Detail

      • RoadNetworkException

        public RoadNetworkException()
        Constructor.
      • RoadNetworkException

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

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

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