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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy