All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mapbox.mapboxsdk.exceptions.ConversionException Maven / Gradle / Ivy

There is a newer version: 9.2.1
Show newest version
package com.mapbox.mapboxsdk.exceptions;

/**
 * A ConversionException is thrown when a conversion failed to execute.
 */
public class ConversionException extends RuntimeException {

  public ConversionException(String detailMessage) {
    super(detailMessage);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy