public class cwtoolstest.SystemExitException
extends java.lang.RuntimeException
Constructor and Description |
---|
SystemExitException(int exitStatus)
Create a new exception with the specifid exit status.
|
Modifier and Type | Method and Description |
---|---|
int |
getExitStatus()
Gets the exit status.
|