Class CommandExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_hildesheim.sse.easy.loader.CommandExecutionException
All Implemented Interfaces:
Serializable

public class CommandExecutionException extends Exception
Indicates a failing execution.
Author:
Holger Eichelberger
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialization.
      See Also:
  • Constructor Details

    • CommandExecutionException

      public CommandExecutionException(Throwable cause)
      Creates a new execution exception.
      Parameters:
      cause - the cause for the exception