Is there anyway I can detect what type of
Exception I have thrown?
Currently I am only able to detect that I have
thrown an Exception, but checking if the opcode of the instruction is "throw" or
"rethrow", but I can't detect the type of Exception I have thrown. I can get
info from some other instruction through its operand, but throw/rethrow don't hv
operand.
Thanks.