From d9bcd73d935a15d2ae23f5f7ecaa824734bab238 Mon Sep 17 00:00:00 2001 From: theli Date: Thu, 26 Jan 2006 12:15:59 +0000 Subject: [PATCH] *) Bugfix for exception git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1448 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaCrawlStacker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaCrawlStacker.java b/source/de/anomic/plasma/plasmaCrawlStacker.java index 1ab775bc3..9dd2e9abf 100644 --- a/source/de/anomic/plasma/plasmaCrawlStacker.java +++ b/source/de/anomic/plasma/plasmaCrawlStacker.java @@ -414,7 +414,7 @@ public final class plasmaCrawlStacker { this.handle = Integer.parseInt(new String(entryBytes[11], "UTF-8")); } catch (Exception e) { e.printStackTrace(); - throw new IllegalStateException(e); + throw new IllegalStateException(e.toString()); } }