203204205206207208209210211212213
} catch (SQLException e) { // expected, Invalid state } try { jrs.wasNull(); fail("Should throw SQLException"); } catch (SQLException e) { // expected, Invalid state }