kotlinpoet
Toggle table of contents
2.3.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet.jvm
/
throws
throws
jvm
fun
FunSpec.Builder
.
throws
(
vararg
exceptionClasses
:
KClass
<
out
Throwable
>
)
:
FunSpec.Builder
fun
FunSpec.Builder
.
throws
(
vararg
exceptionClasses
:
Type
)
:
FunSpec.Builder
fun
FunSpec.Builder
.
throws
(
vararg
exceptionClasses
:
TypeName
)
:
FunSpec.Builder
fun
FunSpec.Builder
.
throws
(
exceptionClasses
:
Iterable
<
TypeName
>
)
:
FunSpec.Builder