printStackTrace(PrintStream out) A lot of code out there, for example ant's Launcher,
runs inside a try/catch (Throwable) which will squash
this exception; most also calll printStackTrace(), so
this re-throws the exception to escape the handling code.
A lot of code out there, for example ant's Launcher,
runs inside a try/catch (Throwable) which will squash
this exception; most also calll printStackTrace(), so
this re-throws the exception to escape the handling code.