Uses of Class
org.codehaus.stax2.typed.TypedXMLStreamException
Packages that use TypedXMLStreamException
Package
Description
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
-
Uses of TypedXMLStreamException in org.codehaus.stax2.ri
Methods in org.codehaus.stax2.ri that return TypedXMLStreamExceptionModifier and TypeMethodDescriptionprotected TypedXMLStreamExceptionStax2ReaderAdapter._constructTypeException(IllegalArgumentException iae, String lexicalValue) Method called to wrap or convert given conversion-fail exception into a fullTypedXMLStreamException,protected TypedXMLStreamExceptionStax2ReaderAdapter._constructTypeException(String msg, String lexicalValue) protected TypedXMLStreamExceptionStax2ReaderImpl._constructTypeException(IllegalArgumentException iae, String lexicalValue) -
Uses of TypedXMLStreamException in org.codehaus.stax2.ri.dom
Methods in org.codehaus.stax2.ri.dom that return TypedXMLStreamExceptionModifier and TypeMethodDescriptionprotected TypedXMLStreamExceptionDOMWrappingReader._constructTypeException(IllegalArgumentException iae, String lexicalValue) Method called to wrap or convert given conversion-fail exception into a fullTypedXMLStreamException,protected TypedXMLStreamExceptionDOMWrappingReader._constructTypeException(String msg, String lexicalValue)