5 To help exception handling, I am going to need a table which contains the
6 unique set of possible exception handlers for each possible instruction
7 address. This way it will be easier to group them together and reduce the
8 work needed to calculate it each time an exception is needed.
12 This can just be a part of `ExceptionHandlerTable`, basically a subset for
17 Now with equals and hashCode, I can easily check if two tables are the same.
18 Now I will essentially just do a method which returns exception tables for