[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-837) ReflectHelper#classForName should not catch Exception
Steve Ebersole (JIRA)
noreply at atlassian.com
Mon Mar 21 13:01:07 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Ebersole closed HHH-837.
------------------------------
Closing stale resolved issues
> ReflectHelper#classForName should not catch Exception
> -----------------------------------------------------
>
> Key: HHH-837
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-837
> Project: Hibernate Core
> Issue Type: Bug
> Components: core
> Reporter: Steven Devijver
> Priority: Minor
>
> The classForName method in ReflectHelper should not catch Exception. Class loaders can throw other exceptions like LinkageError that should not be catched by Hibernate. Catching ClassNotFoundException is more appropriate.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list