[Geoserver-devel] [jira] Created: (GEOS-3697) Add a CatlogException class for

Add a CatlogException class for
--------------------------------

                 Key: GEOS-3697
                 URL: http://jira.codehaus.org/browse/GEOS-3697
             Project: GeoServer
          Issue Type: Improvement
            Reporter: Justin Deoliveira
            Assignee: Justin Deoliveira
             Fix For: 2.0.x

The class would look something like:

CatalogException {
   enum Reason { DUPLICATE_NAME, INVALID_NAME, MISSING_SRS, ... }

  Reason getReason();
  List<Object> getParameters();
}

See GEOS-3019 for the historical discussion.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira