Add classes for orchard inspector
This commit is contained in:
parent
2e0bbfb260
commit
0e407c6568
1 changed files with 4 additions and 0 deletions
|
|
@ -292,6 +292,7 @@
|
||||||
java.lang.Error
|
java.lang.Error
|
||||||
java.lang.Exception
|
java.lang.Exception
|
||||||
java.lang.Float
|
java.lang.Float
|
||||||
|
java.lang.IllegalAccessException
|
||||||
java.lang.IllegalArgumentException
|
java.lang.IllegalArgumentException
|
||||||
java.lang.IllegalStateException
|
java.lang.IllegalStateException
|
||||||
java.lang.IndexOutOfBoundsException
|
java.lang.IndexOutOfBoundsException
|
||||||
|
|
@ -322,6 +323,7 @@
|
||||||
java.lang.ref.WeakReference
|
java.lang.ref.WeakReference
|
||||||
java.lang.ref.ReferenceQueue
|
java.lang.ref.ReferenceQueue
|
||||||
java.lang.ref.Cleaner
|
java.lang.ref.Cleaner
|
||||||
|
java.lang.reflect.Constructor
|
||||||
java.math.BigDecimal
|
java.math.BigDecimal
|
||||||
java.math.BigInteger
|
java.math.BigInteger
|
||||||
java.math.MathContext
|
java.math.MathContext
|
||||||
|
|
@ -333,6 +335,7 @@
|
||||||
java.net.HttpURLConnection
|
java.net.HttpURLConnection
|
||||||
java.net.InetAddress
|
java.net.InetAddress
|
||||||
java.net.InetSocketAddress
|
java.net.InetSocketAddress
|
||||||
|
java.net.JarURLConnection
|
||||||
java.net.StandardProtocolFamily
|
java.net.StandardProtocolFamily
|
||||||
java.net.ServerSocket
|
java.net.ServerSocket
|
||||||
java.net.Socket
|
java.net.Socket
|
||||||
|
|
@ -739,6 +742,7 @@
|
||||||
Exception java.lang.Exception
|
Exception java.lang.Exception
|
||||||
ExceptionInInitializerError java.lang.ExceptionInInitializerError
|
ExceptionInInitializerError java.lang.ExceptionInInitializerError
|
||||||
IndexOutOfBoundsException java.lang.IndexOutOfBoundsException
|
IndexOutOfBoundsException java.lang.IndexOutOfBoundsException
|
||||||
|
IllegalAccessException java.lang.IllegalAccessException
|
||||||
IllegalArgumentException java.lang.IllegalArgumentException
|
IllegalArgumentException java.lang.IllegalArgumentException
|
||||||
IllegalStateException java.lang.IllegalStateException
|
IllegalStateException java.lang.IllegalStateException
|
||||||
Integer java.lang.Integer
|
Integer java.lang.Integer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue