TypeHandlerCallback . valueOf excepions declarations ----------------------------------------------------
Key: IBATIS-339 URL: http://issues.apache.org/jira/browse/IBATIS-339 Project: iBatis for Java Issue Type: Sub-task Components: Documentation Affects Versions: 2.1.7 Environment: Win XP / Eclipse 3.2 / Java 1.5 Reporter: Jacek Czerwinski Priority: Minor My code based on sample. docs incosistency public class DateFieldChar8FieldMapper implements TypeHandlerCallback { here public Object valueOf(String s) { // throws SQLException (missng decaration) ... throw new SQLException ( "Unexpected value " + s + " found where " + YES + " or " + NO + " was expected."); } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira