Package org.glassfish.jersey.server
Class ParamException.MatrixParamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.glassfish.jersey.server.ParamException
-
- org.glassfish.jersey.server.ParamException.UriParamException
-
- org.glassfish.jersey.server.ParamException.MatrixParamException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ParamException
public static class ParamException.MatrixParamException extends ParamException.UriParamException
A URI-parameter-based exception for errors withMatrixParam
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.glassfish.jersey.server.ParamException
ParamException.CookieParamException, ParamException.FormParamException, ParamException.HeaderParamException, ParamException.MatrixParamException, ParamException.PathParamException, ParamException.QueryParamException, ParamException.UriParamException
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MatrixParamException(java.lang.Throwable cause, java.lang.String name, java.lang.String defaultStringValue)
-
Method Summary
-
Methods inherited from class org.glassfish.jersey.server.ParamException
getDefaultStringValue, getParameterName, getParameterType
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-