User: vg Date: 2008-08-19 10:01:53+0000 Modified: dba/reportdesign/java/com/sun/star/report/pentaho/SOReportJobFactory.java
Log: INTEGRATION: CWS dba31a (1.6.12); FILE MERGED 2008/07/07 12:22:55 oj 1.6.12.1: #i85664# exception handling corrected File Changes: Directory: /dba/reportdesign/java/com/sun/star/report/pentaho/ ============================================================== File [changed]: SOReportJobFactory.java Url: http://dba.openoffice.org/source/browse/dba/reportdesign/java/com/sun/star/report/pentaho/SOReportJobFactory.java?r1=1.6&r2=1.7 Delta lines: +1 -1 ------------------- --- SOReportJobFactory.java 2008-06-16 13:07:17+0000 1.6 +++ SOReportJobFactory.java 2008-08-19 10:01:51+0000 1.7 @@ -171,7 +171,7 @@ catch (java.lang.Exception e) { Log.error("ReportProcessing failed", e); - throw new com.sun.star.lang.WrappedTargetException("caught a " + e.getClass().getName(), this, new com.sun.star.uno.Exception(e.getLocalizedMessage())); + throw new com.sun.star.lang.WrappedTargetException(e.getMessage(), this,null); } catch (java.lang.IncompatibleClassChangeError e2) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
