Skip to Content
0
Former Member
Nov 30, 2007 at 07:12 AM

Exceptions in SAX parser code

26 Views

how the arguments are used that i am passing through the "SAXException" constructor in the following example.

catch (IOException e) {

throw new SAXException("I/O error", e);

}