Uses of Interface
org.alfresco.rest.framework.core.exceptions.ExceptionResolver
Packages that use ExceptionResolver
-
Uses of ExceptionResolver in org.alfresco.rest.framework.core.exceptions
Classes in org.alfresco.rest.framework.core.exceptions that implement ExceptionResolverModifier and TypeClassDescriptionclass
Default exception resolver for cases when no other exception resolver will do.class
QueryParserException is related with search requests to Search Services.class
Exception Resolver that uses a simple Map to resolve the Status codes and error responses for exceptionsclass
Resolves WebScriptExceptions -
Uses of ExceptionResolver in org.alfresco.rest.framework.tools
Methods in org.alfresco.rest.framework.tools with parameters of type ExceptionResolverModifier and TypeMethodDescriptionvoid
ApiAssistant.setDefaultResolver
(ExceptionResolver<Exception> defaultResolver) void
ApiAssistant.setQueryParserExceptionResolver
(ExceptionResolver<QueryParserException> queryParserExceptionResolver) void
ApiAssistant.setResolver
(ExceptionResolver<Exception> resolver) void
ApiAssistant.setWebScriptExceptionResolver
(ExceptionResolver<org.springframework.extensions.webscripts.WebScriptException> webScriptExceptionResolver)