Constructor. Reads an ExceptionTable from the specified
data source.
//read in all the fields from the DataInputStream
startPC = iStream.readUnsignedShort ();
endPC = iStream.readUnsignedShort ();
handlerPC = iStream.readUnsignedShort ();
catchType = iStream.readUnsignedShort ();