Uses of Class
org.restlet.ext.jaxrs.internal.exceptions.MethodInvokeException
-
Packages that use MethodInvokeException Package Description org.restlet.ext.jaxrs.internal.exceptions org.restlet.ext.jaxrs.internal.util org.restlet.ext.jaxrs.internal.wrappers -
-
Uses of MethodInvokeException in org.restlet.ext.jaxrs.internal.exceptions
Constructors in org.restlet.ext.jaxrs.internal.exceptions with parameters of type MethodInvokeException Constructor Description InjectException(MethodInvokeException mie)Deprecated. -
Uses of MethodInvokeException in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util with parameters of type MethodInvokeException Modifier and Type Method Description RequestHandledExceptionExceptionHandler. methodInvokeException(MethodInvokeException exception, CallContext callContext, java.lang.String logMessage)Deprecated.Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.Methods in org.restlet.ext.jaxrs.internal.util that throw MethodInvokeException Modifier and Type Method Description static voidUtil. invokeMethod(java.lang.Object object, java.lang.reflect.Method javaMethod, java.lang.Object... args)Deprecated.Invokes the given method without parameters. -
Uses of MethodInvokeException in org.restlet.ext.jaxrs.internal.wrappers
Methods in org.restlet.ext.jaxrs.internal.wrappers that throw MethodInvokeException Modifier and Type Method Description java.lang.ObjectResourceMethod. invoke(ResourceObject resourceObject)Deprecated.Invokes the method and returned the created representation for the response.
-