public class NGExitException
extends org.apache.tools.ant.ExitException
Constructor and Description |
---|
NGExitException(int status) |
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace(java.io.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.
|
void |
reallyPrintStackTrace(java.io.PrintStream out) |
public void printStackTrace(java.io.PrintStream out)
printStackTrace
in class java.lang.Throwable
public void reallyPrintStackTrace(java.io.PrintStream out)
© 2004, Martian Software, Inc.