Uses of Class
io.helidon.codegen.classmodel.Throws.Builder
Packages that use Throws.Builder
-
Uses of Throws.Builder in io.helidon.codegen.classmodel
Methods in io.helidon.codegen.classmodel that return Throws.BuilderModifier and TypeMethodDescriptionstatic Throws.Builder
Throws.builder()
Return newThrows.Builder
instance.Throws.Builder.description
(String description) Throws.Builder.description
(List<String> description) Method parameters in io.helidon.codegen.classmodel with type arguments of type Throws.BuilderModifier and TypeMethodDescriptionExecutable.Builder.addThrows
(Consumer<Throws.Builder> consumer) Add a declared throws definition.