Class InstructionExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.zemco.codegame.execution.instructions.InstructionExecutionException
All Implemented Interfaces:
Serializable

public class InstructionExecutionException extends Exception
Thrown when an illegal state during instruction execution is reached.
Author:
Erik Zemčík
See Also:
  • Constructor Details

    • InstructionExecutionException

      public InstructionExecutionException(String message)
      Creates an instance of InstructionExecutionException.
      Parameters:
      message - detail message containing information about the instruction execution failure
    • InstructionExecutionException

      public InstructionExecutionException(String message, Throwable cause)
      Creates an instance of InstructionExecutionException.
      Parameters:
      message - detail message containing information about the instruction execution failure
      cause - cause of the instruction execution failure