Class WrappedSaxException

All Implemented Interfaces:
Serializable

public final class WrappedSaxException extends RuntimeException
Simple type-safe wrapper used for "tunneling" SAX exceptions through interfaces that do not allow them to be thrown. This is done by extending RuntimeException.
See Also: