com.sun.msv.writer

Class SAXRuntimeException


public class SAXRuntimeException
extends RuntimeException

This class is used to wrap SAXException by RuntimeException. we can't throw Exception from visitor, so it has to be wrapped by RuntimeException. This exception is catched outside of visitor and nested exception is re-thrown.

Field Summary

SAXException
e

Constructor Summary

SAXRuntimeException(SAXException e)

Field Details

e

public final SAXException e

Constructor Details

SAXRuntimeException

public SAXRuntimeException(SAXException e)