Class UnknownJumpLabelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.execution.engine.UnknownJumpLabelException
All Implemented Interfaces:
Serializable

public class UnknownJumpLabelException extends RuntimeException
Thrown when a jump is attempted, but the jump label is unknown to the engine.
Author:
Erik Zemčík
See Also:
  • Constructor Details

    • UnknownJumpLabelException

      public UnknownJumpLabelException(String message)
      Creates an instance of UnknownJumpLabelException.
      Parameters:
      message - detail message containing information about the state of the execution