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:
- Serializable
- Enclosing class:
- ParamException
public static class ParamException.MatrixParamException
- extends ParamException.URIParamException
A URI-parameter-based exception for errors with MatrixParam.
- See Also:
- Serialized Form
| Methods inherited from class javax.ws.rs.WebApplicationException |
getResponse |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParamException.MatrixParamException
public ParamException.MatrixParamException(Throwable cause,
String name,
String defaultStringValue)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.