Task #404
create classes for all Exceptions in Java
Status:
Closed
Priority:
Low
Assignee:
Category:
Documentation
Target version:
Start date:
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
create classes for all Exceptions in Java
History
#1 Updated by Matthew Jones over 14 years ago
Basic Exception framework implemented in Java using BaseException class from which all other DataONE exceptions derive. BaseException implements the fields specified in Error Message, so we may want to rename one or the other. Implemented about 2/3 of the Exceptions, but most remaining have unresolved issues in the specifications. Needs review.