*) Bugfix for exception

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1448 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent c274b56a1b
commit d9bcd73d93

@ -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());
}
}

Loading…
Cancel
Save