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

java.text.ParseException.scala Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package java.text

class ParseException(private[this] val s: String, private[this] val errorOffset: Int)
    extends Exception(s) {

  def getErrorOffset(): Int = errorOffset
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy