Class ExternalCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_kiel.rz.fdr.repl.error.ExternalCommandException
All Implemented Interfaces:
Serializable

public class ExternalCommandException extends Exception
Thrown when an invocation of an external program failed, wither because it could not be started, or because it returned a non-zero exit code.
See Also:
  • Constructor Details

    • ExternalCommandException

      public ExternalCommandException(String message)
      Create a new instance of the exception
      Parameters:
      message - The message.
    • ExternalCommandException

      public ExternalCommandException(String message, Throwable cause)
      Create a new instance of the exception
      Parameters:
      message - The message.
      cause - The cause.