On Jul 7, 2008, at 2:30 PM, Niklas Gustavsson wrote:
@Override
public void exceptionCaught(Throwable cause) {
- if (log.isWarnEnabled()) {
+ if (cause instanceof Error) {
+ throw (Error) cause;
+ } else {
log.warn("Unexpected exception.", cause);
}
+1 -pete -- (peter.royal|osi)@pobox.com - http://fotap.org/~osi
smime.p7s
Description: S/MIME cryptographic signature
