You can either an your own Exception being subclasses of SAXException or throw RuntimeException or its subclasses.
It is a
Java requirement that an overriding method does not throw
checked Exceptions that are not thrown by the overridden method.
HIH
------------------
Valentin Crettaz
Sun Certified Programmer for Java 2 Platform