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

basis.form.JsonException.scala Maven / Gradle / Ivy

//      ____              ___
//     / __ | ___  ____  /__/___      A library of building blocks
//    / __  / __ |/ ___|/  / ___|
//   / /_/ / /_/ /\__ \/  /\__ \      (c) 2012-2015 Chris Sachs
//  |_____/\_____\____/__/\____/      http://basis.reify.it

package basis.form

class JsonException(message: String, val part: Int, val offset: Int) extends RuntimeException(message) {
  def this(message: String) = this(message, 0, 0)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy