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

software.purpledragon.poi4s.kml.KmlParseException.scala Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
package software.purpledragon.poi4s.kml

class KmlParseException(message: String, cause: Throwable) extends Exception(message, cause) {
  def this(message: String) = this(message, null)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy