[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Internal exception propagation strategy
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Jul 27 14:22:58 EDT 2006
The flip side argument for frameworks using checked exceptions has to do with static code auditability. If I'm writing a framework in an environment that requires every security issue to be logged, frameworks that detect security issues could throw a checked SecurityException and all caller code "analyzed" for proper handling of the exception. I think this would be better handled by being able to register a SecurityException handler at the jvm root thread group such that every call stack inherits the handler, but that is not the current exception model.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961387#3961387
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961387
More information about the jboss-dev-forums
mailing list