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

public class cwtoolstest.SystemExitException extends RuntimeException
Holds an exit status code.
See Also:
  • 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.