package org.alfresco.rest.api.impl; public interface ExceptionHandler { boolean handle(Throwable t); }