Salome HOME
Fixed processing of runtime (Throwable) exceptions.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / log / AppLogger.java
index 9062fff8e68af27460bbaeb73fed9be0e678c478..7349f4a728c17846d31f3797a088085b017f1457 100644 (file)
@@ -138,7 +138,7 @@ public class AppLogger {
         * @param msg the message
         * @param exception the exception
         */
-       public void errorMsg(final String msg, final Exception exception) {
+       public void errorMsg(final String msg, final Throwable exception) {
                _logger.error(msg, exception);
        }