Add java.text.ParserException

This commit is contained in:
Michiel Borkent 2021-05-07 11:22:37 +02:00
parent b488c65d31
commit 59cbfe43e0
2 changed files with 5 additions and 1 deletions

View file

@ -194,6 +194,7 @@
java.security.MessageDigest
java.security.DigestInputStream
java.security.SecureRandom
java.text.ParserException
~@(when features/java-time?
`[java.time.format.DateTimeFormatter
java.time.Clock

View file

@ -150,4 +150,7 @@
java.util.Iterator
{hasNext [[this]]
next [[this]]}}))
next [[this]]}
java.lang.Comparable
{compareTo [[this other]]}}))