
java.time.DateTimeException.scala Maven / Gradle / Ivy
The newest version!
package java.time
class DateTimeException(message: String, cause: Throwable)
extends RuntimeException(message, cause) {
def this(message: String) = this(message, null)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy