Added IllegalStateException to automatic imports (#942)

This commit is contained in:
Eugen Stan 2021-07-16 10:48:13 +03:00 committed by GitHub
parent 95a6bc0d54
commit c1eb47a262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -432,6 +432,7 @@ Use bb run --help to show this help output.
Exception java.lang.Exception Exception java.lang.Exception
IndexOutOfBoundsException java.lang.IndexOutOfBoundsException IndexOutOfBoundsException java.lang.IndexOutOfBoundsException
IllegalArgumentException java.lang.IllegalArgumentException IllegalArgumentException java.lang.IllegalArgumentException
IllegalStateException java.lang.IllegalStateException
Integer java.lang.Integer Integer java.lang.Integer
Iterable java.lang.Iterable Iterable java.lang.Iterable
File java.io.File File java.io.File