Add java.text.ParserException
This commit is contained in:
parent
b488c65d31
commit
59cbfe43e0
2 changed files with 5 additions and 1 deletions
|
|
@ -194,6 +194,7 @@
|
||||||
java.security.MessageDigest
|
java.security.MessageDigest
|
||||||
java.security.DigestInputStream
|
java.security.DigestInputStream
|
||||||
java.security.SecureRandom
|
java.security.SecureRandom
|
||||||
|
java.text.ParserException
|
||||||
~@(when features/java-time?
|
~@(when features/java-time?
|
||||||
`[java.time.format.DateTimeFormatter
|
`[java.time.format.DateTimeFormatter
|
||||||
java.time.Clock
|
java.time.Clock
|
||||||
|
|
|
||||||
|
|
@ -150,4 +150,7 @@
|
||||||
|
|
||||||
java.util.Iterator
|
java.util.Iterator
|
||||||
{hasNext [[this]]
|
{hasNext [[this]]
|
||||||
next [[this]]}}))
|
next [[this]]}
|
||||||
|
|
||||||
|
java.lang.Comparable
|
||||||
|
{compareTo [[this other]]}}))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue