public class NGExitException
extends org.apache.tools.ant.ExitException
Constructor and Description |
---|
NGExitException(int status) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
void |
reallyPrintStackTrace(PrintStream out) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public void printStackTrace(PrintStream out)
printStackTrace
in class Throwable
public void reallyPrintStackTrace(PrintStream out)
© 2004, Martian Software, Inc.