Class Shell.ExitCodeException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Shell

    public static class Shell.ExitCodeException
    extends java.io.IOException
    This is an IOException with exit code added.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int exitCode  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExitCodeException​(int exitCode, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getExitCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • exitCode

        int exitCode
    • Constructor Detail

      • ExitCodeException

        public ExitCodeException​(int exitCode,
                                 java.lang.String message)
    • Method Detail

      • getExitCode

        public int getExitCode()