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
|
||||
IndexOutOfBoundsException java.lang.IndexOutOfBoundsException
|
||||
IllegalArgumentException java.lang.IllegalArgumentException
|
||||
IllegalStateException java.lang.IllegalStateException
|
||||
Integer java.lang.Integer
|
||||
Iterable java.lang.Iterable
|
||||
File java.io.File
|
||||
|
|
|
|||
Loading…
Reference in a new issue