sclass DeferCalculation extends QuickException { Calculation c; *(Calculation *c) {} Calculation calculation() { ret c; } }