Exceptional Exception Recipes

A collection of the most exceptional exceptions you'll ever encounter.

Recipe 1: The Infinite Looper

Ingredients:

Instructions:

  1. Start by initializing a variable to a value that will never change.
  2. Use a while loop to repeatedly check if the variable is still the same.
  3. When it is, print a message indicating that the loop is infinite.
  4. Repeat steps 1-3 ad infinitum.
Read more about Infinite Looper Subpage