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

Packages that use TypedXMLStreamException
com.ctc.wstx.sr   
com.ctc.wstx.util   
org.codehaus.stax2.ri   
org.codehaus.stax2.ri.dom   
 

Uses of TypedXMLStreamException in com.ctc.wstx.sr
 

Methods in com.ctc.wstx.sr that return TypedXMLStreamException
protected  TypedXMLStreamException TypedStreamReader._constructTypeException(IllegalArgumentException iae, String lexicalValue)
          Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException,
protected  TypedXMLStreamException BasicStreamReader._constructTypeException(String msg, String lexicalValue)
           
 

Methods in com.ctc.wstx.sr that throw TypedXMLStreamException
protected  QName TypedStreamReader._verifyQName(QName n)
          Method called to verify validity of the parsed QName element or attribute value.
 

Uses of TypedXMLStreamException in com.ctc.wstx.util
 

Methods in com.ctc.wstx.util that throw TypedXMLStreamException
 int TextBuffer.decodeElements(TypedArrayDecoder tad, InputProblemReporter rep)
          Pass-through decode method called to find find the next token, decode it, and repeat the process as long as there are more tokens and the array decoder accepts more entries.
 

Uses of TypedXMLStreamException in org.codehaus.stax2.ri
 

Methods in org.codehaus.stax2.ri that return TypedXMLStreamException
protected  TypedXMLStreamException Stax2ReaderAdapter._constructTypeException(IllegalArgumentException iae, String lexicalValue)
          Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException,
protected  TypedXMLStreamException Stax2ReaderImpl._constructTypeException(IllegalArgumentException iae, String lexicalValue)
           
protected  TypedXMLStreamException Stax2ReaderAdapter._constructTypeException(String msg, 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(IllegalArgumentException iae, String lexicalValue)
          Method called to wrap or convert given conversion-fail exception into a full TypedXMLStreamException,
protected  TypedXMLStreamException DOMWrappingReader._constructTypeException(String msg, String lexicalValue)
           
 



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