com.sun.jersey.api
Class ParamException.MatrixParamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
com.sun.jersey.api.ParamException
com.sun.jersey.api.ParamException.URIParamException
com.sun.jersey.api.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 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 © 2013 Oracle Corporation. All Rights Reserved.