Added InterruptedExcpetion to bb (#943)
This commit is contained in:
parent
c1eb47a262
commit
d25dd17510
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue