Class ProcessLauncher.CommandNotExistsException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ProcessLauncher

    public static class ProcessLauncher.CommandNotExistsException
    extends RuntimeException
    Exception that is thrown when a command could not be executed because it (probably) does not exist at all.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommandNotExistsException

        public CommandNotExistsException​(String msg)
        Construct a new exception for a command that does not exist.
        Parameters:
        msg - The message for this exception.