# File karel/robot_exception.rb, line 45
  def initialize (message)
    super("Robot is not running: " + message)
  end