Added InterruptedExcpetion to bb (#943)

This commit is contained in:
Eugen Stan 2021-07-16 10:52:08 +03:00 committed by GitHub
parent c1eb47a262
commit d25dd17510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -129,6 +129,7 @@
java.lang.IllegalStateException
java.lang.IndexOutOfBoundsException
java.lang.Integer
java.lang.InterruptedException
java.lang.Iterable
java.lang.Long
java.lang.NullPointerException

View file

@ -434,6 +434,7 @@ Use bb run --help to show this help output.
IllegalArgumentException java.lang.IllegalArgumentException
IllegalStateException java.lang.IllegalStateException
Integer java.lang.Integer
InterruptedException java.lang.InterruptedException
Iterable java.lang.Iterable
File java.io.File
Float java.lang.Float