public final class

MapRequestException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.neomades.maps.MapRequestException

Class Overview

Exception thrown when an error occurs during the map direction request.

Summary

Public Constructors
MapRequestException(String message)
Construct an exception with the associated message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MapRequestException (String message)

Construct an exception with the associated message.

Parameters
message the message to report.