Uses of Class
org.glassfish.jersey.server.ParamException
Packages that use ParamException
-
Uses of ParamException in org.glassfish.jersey.server
Subclasses of ParamException in org.glassfish.jersey.serverModifier and TypeClassDescriptionstatic class
A parameter exception for errors withCookieParam
.static class
A parameter exception for errors withFormParam
.static class
A parameter exception for errors withHeaderParam
.static class
A URI-parameter-based exception for errors withMatrixParam
.static class
A URI-parameter-based exception for errors withPathParam
.static class
A URI-parameter-based exception for errors withQueryParam
.static class
An abstract parameter exception for the class of URI-parameter-based exceptions.