Added IllegalStateException to automatic imports (#942)
This commit is contained in:
parent
95a6bc0d54
commit
c1eb47a262
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue