Package org.codehaus.mojo.exec
Class SystemExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
org.codehaus.mojo.exec.SystemExitException
- All Implemented Interfaces:
Serializable
Exception to be thrown by
SystemExitManager
when System.exit(int)
is called- Author:
- Alexander Kriegisch
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemExitException
-
-
Method Details
-
getExitCode
public int getExitCode()
-