Uploaded image for project: 'Abdera'
  1. Abdera
  2. ABDERA-73

Exception support for CollectionProviders

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      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.

      Attachments

        1. ex.patch
          35 kB
          Daniel Diephouse

        Activity

          People

            Unassigned Unassigned
            dandiep Daniel Diephouse
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: