919293949596979899100101
} catch (Exception e) { assertEquals("mark(int)", e.getMessage()); } try { cs.markSupported(); fail(); } catch (Exception e) { assertEquals("markSupported()", e.getMessage()); }