An exception can produce a "call stack trace" which lists:

a) the active methods in the order that they were invoked

b) the active methods in the opposite order that they were invoked

c) the values of all instance data of the object where the exception was raised

d) the values of all instance data of the object where the exception was raised and all local variables and parameters of the method where the exception was raised

e) the name of the exception thrown