Uses of Class
org.restlet.ext.jaxrs.internal.exceptions.ConvertParameterException
-
Packages that use ConvertParameterException Package Description org.restlet.ext.jaxrs.internal.exceptions org.restlet.ext.jaxrs.internal.wrappers.params -
-
Uses of ConvertParameterException in org.restlet.ext.jaxrs.internal.exceptions
Methods in org.restlet.ext.jaxrs.internal.exceptions that return ConvertParameterException Modifier and Type Method Description static ConvertParameterExceptionConvertParameterException. object(java.lang.Class<?> paramType, java.lang.Object unparseableValue, java.lang.Throwable cause)Deprecated.Throws a message, that the given String value could not be converted to a primitive.static ConvertParameterExceptionConvertParameterException. primitive(java.lang.Class<?> paramType, java.lang.String unparseableValue, java.lang.Throwable cause)Deprecated.Throws a message, that the given String value could not be converted to a primitive.Methods in org.restlet.ext.jaxrs.internal.exceptions that throw ConvertParameterException Modifier and Type Method Description static ConvertParameterExceptionConvertParameterException. object(java.lang.Class<?> paramType, java.lang.Object unparseableValue, java.lang.Throwable cause)Deprecated.Throws a message, that the given String value could not be converted to a primitive.static ConvertParameterExceptionConvertParameterException. primitive(java.lang.Class<?> paramType, java.lang.String unparseableValue, java.lang.Throwable cause)Deprecated.Throws a message, that the given String value could not be converted to a primitive.Constructors in org.restlet.ext.jaxrs.internal.exceptions with parameters of type ConvertParameterException Constructor Description ConvertCookieParamException(ConvertParameterException cpe)Deprecated.ConvertFormParamException(ConvertParameterException cpe)Deprecated.ConvertHeaderParamException(ConvertParameterException cpe)Deprecated.ConvertMatrixParamException(ConvertParameterException cpe)Deprecated.ConvertPathParamException(ConvertParameterException cpe)Deprecated.ConvertQueryParamException(ConvertParameterException cpe)Deprecated. -
Uses of ConvertParameterException in org.restlet.ext.jaxrs.internal.wrappers.params
Methods in org.restlet.ext.jaxrs.internal.wrappers.params that throw ConvertParameterException Modifier and Type Method Description protected java.lang.ObjectParameterList.AbstractParamGetter. convertParamValue(java.lang.String firstHeader)protected java.lang.ObjectParameterList.AbstractParamGetter. convertParamValue(java.lang.String paramValue, javax.ws.rs.DefaultValue defaultValue)Converts the given paramValue (found in the path, query, matrix or header) into the given paramClass.private java.lang.ObjectParameterList.AbstractParamGetter. convertParamValueInner(java.lang.String paramValue, javax.ws.rs.DefaultValue defaultValue)Converts the given value without any decoding.protected java.lang.ObjectParameterList.AbstractParamGetter. convertParamValues(java.util.Iterator<java.lang.String> paramValueIter)(package private) java.lang.ObjectParameterList.FormOrQueryParamGetter. getParamValue(Series<Parameter> params, java.lang.String paramName)protected java.lang.ObjectParameterList.AbstractParamGetter. getParamValueForPrimitive(java.lang.String paramValue)private voidParameterList.AbstractParamGetter. handleExceptionOnInvocation(java.lang.String value, java.lang.Exception e)
-