Uses of Class
org.restlet.ext.jaxrs.internal.exceptions.ConvertRepresentationException
-
-
Uses of ConvertRepresentationException in org.restlet.ext.jaxrs.internal.exceptions
Methods in org.restlet.ext.jaxrs.internal.exceptions that return ConvertRepresentationException Modifier and Type Method Description static ConvertRepresentationExceptionConvertRepresentationException. 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.Methods in org.restlet.ext.jaxrs.internal.exceptions that throw ConvertRepresentationException Modifier and Type Method Description static ConvertRepresentationExceptionConvertRepresentationException. 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. -
Uses of ConvertRepresentationException in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util with parameters of type ConvertRepresentationException Modifier and Type Method Description javax.ws.rs.WebApplicationExceptionExceptionHandler. convertRepresentationExc(ConvertRepresentationException cre)Deprecated.handles aConvertRepresentationException -
Uses of ConvertRepresentationException in org.restlet.ext.jaxrs.internal.wrappers
Methods in org.restlet.ext.jaxrs.internal.wrappers that throw ConvertRepresentationException Modifier and Type Method Description ResourceObjectSubResourceLocator. createSubResource(ResourceObject resourceObject, ResourceClasses resourceClasses, java.util.logging.Logger logger)Deprecated.Creates a sub resource(package private) java.lang.ObjectAbstractMethodWrapper. internalInvoke(ResourceObject resourceObject)Deprecated.Invokes the method and returned the created representation for the response.java.lang.ObjectResourceMethod. invoke(ResourceObject resourceObject)Deprecated.Invokes the method and returned the created representation for the response. -
Uses of ConvertRepresentationException in org.restlet.ext.jaxrs.internal.wrappers.params
Methods in org.restlet.ext.jaxrs.internal.wrappers.params that throw ConvertRepresentationException Modifier and Type Method Description java.lang.Object[]ParameterList. get()Deprecated.Returns the concrete parameter array for the current request.java.lang.ObjectEntityGetter. getValue()Deprecated.java.lang.ObjectParameterList.ParamGetter. getValue()Returns the value for this param.java.lang.ObjectParameterList.UriInfoGetter. getValue()java.lang.ObjectReprEntityGetter.DirectReprEntityGetter. getValue()java.lang.ObjectReprEntityGetter. getValue()Deprecated.
-