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 TypeClassDescriptionclassDefault exception resolver for cases when no other exception resolver will do.classQueryParserException is related with search requests to Search Services.classException Resolver that uses a simple Map to resolve the Status codes and error responses for exceptionsclassResolves WebScriptExceptions -
Uses of ExceptionResolver in org.alfresco.rest.framework.tools
Methods in org.alfresco.rest.framework.tools with parameters of type ExceptionResolverModifier and TypeMethodDescriptionvoidApiAssistant.setDefaultResolver(ExceptionResolver<Exception> defaultResolver) voidApiAssistant.setQueryParserExceptionResolver(ExceptionResolver<QueryParserException> queryParserExceptionResolver) voidApiAssistant.setResolver(ExceptionResolver<Exception> resolver) voidApiAssistant.setWebScriptExceptionResolver(ExceptionResolver<org.springframework.extensions.webscripts.WebScriptException> webScriptExceptionResolver)