Spring Web Services Framework

Uses of Class
org.springframework.xml.XmlException

Packages that use XmlException
org.springframework.xml.validation Provides classes for XML validation in JAXP 1.0 and JAXP 1.3. 
org.springframework.xml.xpath Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen. 
org.springframework.xml.xsd Provides an abstraction over XSD XML schemas. 
org.springframework.xml.xsd.commons Contains a implementation of the XsdSchema interfaces that uses Apache WS-Commons XML Schema. 
 

Uses of XmlException in org.springframework.xml.validation
 

Subclasses of XmlException in org.springframework.xml.validation
 class XmlValidationException
          Exception thrown when a validation error occurs
 

Uses of XmlException in org.springframework.xml.xpath
 

Subclasses of XmlException in org.springframework.xml.xpath
 class XPathException
          Exception thrown when an error occurs during XPath processing.
 class XPathParseException
          Exception throws when a XPath expression cannot be parsed.
 

Uses of XmlException in org.springframework.xml.xsd
 

Subclasses of XmlException in org.springframework.xml.xsd
 class XsdSchemaException
          Base class for all WSDL definition exceptions.
 

Uses of XmlException in org.springframework.xml.xsd.commons
 

Subclasses of XmlException in org.springframework.xml.xsd.commons
 class CommonsXsdSchemaException
          Commons XmlSchema version of the XsdSchemaException.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.