Bug 37059 - Error handling in class Sheet getters
Summary: Error handling in class Sheet getters
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-dev
Hardware: All Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 21:11 UTC by Bill Seddon
Modified: 2008-12-29 09:21 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Seddon 2005-10-12 21:11:44 UTC
It may be worth checking all the getters in class Sheet to ensure that either: 

- they return a valid type 
- document that the expected behaviour is for callers to expect exceptions be 
raised if there is no valid setting.

My apologies if this is documented and I've just missed it.
Comment 1 Yegor Kozlov 2008-12-29 09:21:58 UTC
The javadoc documentation has significantly improved since this bug was reported. Please evaluate the latest version available at http://poi.apache.org/apidocs/index.html

Also, you are advised to try the latest POI-3.5-beta4 or download daily builds from http://encore.torchbox.com/poi-svn-build/

Yegor