Vector number is the index into HW exception/interrupt table (2 == Access Error ... misaligned memory access).
Offset is in bytes from the beginning of that table (=> 4 byte vectors).
Task Id and ptr is MQX identifier and pointer to the task where this interrupt occured (you can find more information in CW's TAD).
Stack Frame is pointer to task's stack.
Interrupt Nesting Level shows how many interrupt routines currently interrupt each other.
PC is actual HW program counter and SR is actual HW status register state.
PetrM