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