LongJmpException constructor

LongJmpException(
  1. jmp_buf env,
  2. int val
)

Constructs the jump exception.

Implementation

LongJmpException(this.env, this.val);