From 7777349f7b0e6cd5ce820d6f96ff5c3275f01441 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 12 Aug 2015 11:44:16 +0200 Subject: [PATCH 1/1] =?utf8?q?No,=20that=20wasn't=20right,=20too.=20Signed?= =?utf8?q?-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/org/mxchange/jcore/BaseFrameworkSystem.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/org/mxchange/jcore/BaseFrameworkSystem.java b/src/org/mxchange/jcore/BaseFrameworkSystem.java index d73ab2a..68e74ab 100644 --- a/src/org/mxchange/jcore/BaseFrameworkSystem.java +++ b/src/org/mxchange/jcore/BaseFrameworkSystem.java @@ -263,9 +263,8 @@ public class BaseFrameworkSystem implements FrameworkInterface { * Aborts program with given exception * * @param throwable Any type of Throwable - * @throws java.lang.RuntimeException Any thrown runtime exception */ - protected void abortProgramWithException (final Throwable throwable) throws RuntimeException { + protected void abortProgramWithException (final Throwable throwable) { // Log exception ... this.getLogger().catching(throwable); -- 2.39.2