Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 78875 invoked from network); 11 Oct 2007 14:59:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2007 14:59:18 -0000 Received: (qmail 32960 invoked by uid 500); 11 Oct 2007 14:58:59 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 32940 invoked by uid 500); 11 Oct 2007 14:58:59 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 32922 invoked by uid 99); 11 Oct 2007 14:58:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 07:58:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 14:59:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9AD0671420E for ; Thu, 11 Oct 2007 07:58:50 -0700 (PDT) Message-ID: <33488475.1192114730624.JavaMail.jira@brutus> Date: Thu, 11 Oct 2007 07:58:50 -0700 (PDT) From: "Dan Diephouse (JIRA)" To: abdera-dev@incubator.apache.org Subject: [jira] Updated: (ABDERA-73) Exception support for CollectionProviders In-Reply-To: <11576064.1192036850544.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ABDERA-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Diephouse updated ABDERA-73: -------------------------------- Attachment: ex.patch Updated version of the patch which supports Summarys as well. > Exception support for CollectionProviders > ----------------------------------------- > > Key: ABDERA-73 > URL: https://issues.apache.org/jira/browse/ABDERA-73 > Project: Abdera > Issue Type: Improvement > Reporter: Dan Diephouse > Attachments: ex.patch > > > CollectionProviders need a way to throw exceptions and get errors back to the user. This patch introduces some changes along those lines so you can do things like: > throw new ResponseContextException(404); > throw new ResponseContextException(new EmptyResponseContext(...), cause); > etc, etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.