Add UnsupportedOperationException
This commit is contained in:
parent
99655aa224
commit
307ed36f9c
1 changed files with 2 additions and 2 deletions
|
|
@ -318,7 +318,7 @@
|
|||
java.lang.System
|
||||
java.lang.Throwable
|
||||
java.lang.Thread$UncaughtExceptionHandler
|
||||
;; java.lang.UnsupportedOperationException
|
||||
java.lang.UnsupportedOperationException
|
||||
java.lang.ref.WeakReference
|
||||
java.lang.ref.ReferenceQueue
|
||||
java.lang.ref.Cleaner
|
||||
|
|
@ -767,7 +767,7 @@
|
|||
Throwable java.lang.Throwable
|
||||
VirtualMachineError java.lang.VirtualMachineError
|
||||
ThreadDeath java.lang.ThreadDeath
|
||||
;; UnsupportedOperationException java.lang.UnsupportedOperationException
|
||||
UnsupportedOperationException java.lang.UnsupportedOperationException
|
||||
})
|
||||
|
||||
(defn reflection-file-entries []
|
||||
|
|
|
|||
Loading…
Reference in a new issue