8384858687888990919293
{ final SAXConfigurationHandler handler = new SAXConfigurationHandler(); final SAXParseException spe = new SAXParseException( "", null ); try { handler.warning( spe ); } catch( final SAXException se ) { assertEquals( spe, se ); return;