Catch of super-class not catching subclass exception

前端 未结 0 481
陌清茗
陌清茗 2021-02-05 03:13

The code:

            MyObject res;
            try {
                    res = this.jdbcTemplate.queryForObject(STMT, new Object[] { param }, new MyRowMapper());         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题