Uses of Class
com.damnhandy.uri.template.UriTemplateBuilderException
-
Packages that use UriTemplateBuilderException Package Description com.damnhandy.uri.template Handy URI Templates -
-
Uses of UriTemplateBuilderException in com.damnhandy.uri.template
Methods in com.damnhandy.uri.template that throw UriTemplateBuilderException Modifier and Type Method Description UriTemplateBuilder
UriTemplateBuilder. fragment(VarSpec... var)
Appends a template expression using the fragment operator (#) with a modifier.UriTemplateBuilder
UriTemplateBuilder. fragment(String... var)
Appends a template expression using the fragment operator (#).
-