Package noaa.coastwatch.tools
Class cwtoolstest.SystemExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
noaa.coastwatch.tools.cwtoolstest.SystemExitException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- cwtoolstest
Holds an exit status code.
- See Also:
-
Constructor Summary
ConstructorDescriptionSystemExitException
(int exitStatus) Create a new exception with the specifid exit status. -
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
public SystemExitException(int exitStatus) Create a new exception with the specifid exit status.
-
-
Method Details
-
getExitStatus
public int getExitStatus()Gets the exit status.
-