Uses of Class
org.codehaus.stax2.typed.TypedXMLStreamException

Packages that use TypedXMLStreamException
org.codehaus.stax2.ri   
org.codehaus.stax2.ri.dom   
 

Uses of TypedXMLStreamException in org.codehaus.stax2.ri
 

Methods in org.codehaus.stax2.ri that return TypedXMLStreamException
protected  TypedXMLStreamException Stax2ReaderImpl._constructTypeException(java.lang.IllegalArgumentException iae, java.lang.String lexicalValue)
           
protected  TypedXMLStreamException Stax2ReaderAdapter._constructTypeException(java.lang.IllegalArgumentException iae, java.lang.String lexicalValue)
          Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException,
protected  TypedXMLStreamException Stax2ReaderAdapter._constructTypeException(java.lang.String msg, java.lang.String lexicalValue)
           
 

Uses of TypedXMLStreamException in org.codehaus.stax2.ri.dom
 

Methods in org.codehaus.stax2.ri.dom that return TypedXMLStreamException
protected  TypedXMLStreamException DOMWrappingReader._constructTypeException(java.lang.IllegalArgumentException iae, java.lang.String lexicalValue)
          Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException,
protected  TypedXMLStreamException DOMWrappingReader._constructTypeException(java.lang.String msg, java.lang.String lexicalValue)
           
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.