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

uk.co.mruoc.nac.entities.LocationNotFoundException Maven / Gradle / Ivy

There is a newer version: 0.1.42
Show newest version
package uk.co.mruoc.nac.entities;

public class LocationNotFoundException extends RuntimeException {

  public LocationNotFoundException(Coordinates coordinates) {
    super(String.format("location %s not found", coordinates.getKey()));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy