Task #418
modify service_api java BaseException class to produce exception format
Status:
Closed
Priority:
Low
Assignee:
Category:
Documentation
Target version:
Start date:
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
The current BaseException class defines common methods and members for all DataONE exceptions. Need to modify this class to be able to serialize the exception in the formats specified by the DataONE architecture, which currently includes XML, HTML, and JSON representations of the exceptions. This will allow code that utilizes these exceptions to easily produce the needed serializations when errors occur.
History
#1 Updated by Matthew Jones over 14 years ago
Added XML serialization.
#2 Updated by Matthew Jones over 14 years ago
Completed JSON and HTML serializations, adapted XML format to match new specs. Task is complete as of r1121.