This class is for throwing important checked exceptions over non-checked methods. It should be used with care, and in limited circumstances. This class is a copy of the one in com.sun.org.apache.xml.internal.utils. It exists to cut the serializers dependancy on that package. This class is not a public API, it is only public because it is used by com.sun.org.apache.xml.internal.serializer.
@xsl.usage internal
A run-time exception that wraps another exception. The printed stack trace will be that of the wrapped exception.
@author Alex Boisvert
@version $Id: WrappedRuntimeException.java,v 1.1 2002/05/31 06:33:20 boisvert Exp $
This class is for throwing important checked exceptions over non-checked methods. It should be used with care, and in limited circumstances. This class is a copy of the one in org.apache.xml.utils. It exists to cut the serializers dependancy on that package. This class is not a public API, it is only public because it is used by org.ajax4jsf.xml.serializer.
@xsl.usage internal
A run-time exception that wraps another exception. The printed stack trace will be that of the wrapped exception.
@author Alex Boisvert
@version $Id: WrappedRuntimeException.java,v 1.1 2002/05/31 06:33:20 boisvert Exp $
This class is for throwing important checked exceptions over non-checked methods. It should be used with care, and in limited circumstances. This class is a copy of the one in org.apache.xml.utils. It exists to cut the serializers dependancy on that package. This class is not a public API, it is only public because it is used by org.apache.xml.serializer.
@xsl.usage internal
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.