异常信息:
 com.ibatis.common.jdbc.exception.NestedSQLException:   
--- The error occurred in com/liys/ibatis/domain/Student.xml.  
--- The error occurred while applying a result map.  
--- Check the selectAllStudent-AutoResultMap.  
--- The error happened while setting a property on the result object.  
--- Cause: java.lang.RuntimeException: Error setting property 'setScore' of 'com.liys.ibatis.domain.Student@1386000'.  Cause: java.lang.IllegalArgumentException
at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:204)
at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryForList(MappedStatement.java:139)
at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForList(SqlMapExecutorDelegate.java:567)
at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForList(SqlMapExecutorDelegate.java:541)
at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForList(SqlMapSessionImpl.java:118)
at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForList(SqlMapSessionImpl.java:122)
at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.queryForList(SqlMapClientImpl.java:98)
at com.liys.ibatis.domain.dao.impl.StudentDaoImpl.queryAllStudent(StudentDaoImpl.java:58)
at com.liys.ibatis.domain.dao.impl.StudentDaoImpl.main(StudentDaoImpl.java:85)