An error that occurs at runtime.
To prevent an exception from terminating a program by wrapping the block of code in a try / except construct.
try
except
To cause an exception by using the raise statement.
raise