Uses of Class
com.uwyn.rife.xml.exceptions.XmlErrorException

Packages that use XmlErrorException
com.uwyn.rife.config.exceptions Provides exception classes for the configuration framework. 
com.uwyn.rife.database.exceptions Provides exception classes for the database framework. 
com.uwyn.rife.rep Provides classes and interfaces for the application repository. 
com.uwyn.rife.xml Provides classes for facilitating the SAX parsing of XML. 
com.uwyn.rife.xml.exceptions Provides exception classes for the XML parsing tools. 
 

Uses of XmlErrorException in com.uwyn.rife.config.exceptions
 

Constructors in com.uwyn.rife.config.exceptions with parameters of type XmlErrorException
InitializationErrorException(String xmlPath, XmlErrorException cause)
           
 

Uses of XmlErrorException in com.uwyn.rife.database.exceptions
 

Constructors in com.uwyn.rife.database.exceptions with parameters of type XmlErrorException
InitializationErrorException(String xmlPath, XmlErrorException cause)
           
 

Uses of XmlErrorException in com.uwyn.rife.rep
 

Methods in com.uwyn.rife.rep that throw XmlErrorException
 void Xml2BlockingRepository.addRepParticipants(String resource, ResourceFinder resourcefinder)
          Adds all the participants of a provided resource to the repository.
 

Uses of XmlErrorException in com.uwyn.rife.xml
 

Methods in com.uwyn.rife.xml that throw XmlErrorException
 XMLReader Xml2Data.processXml(String xmlPath)
           
 XMLReader Xml2Data.processXml(String xmlPath, ResourceFinder resourceFinder)
           
 XMLReader Xml2Data.processXml(String xmlPath, ResourceFinder resourceFinder, XMLReader reader)
           
 

Constructors in com.uwyn.rife.xml that throw XmlErrorException
XmlInputSource(String xmlPath, ResourceFinder resourceFinder)
           
XmlInputSource(URL resource)
           
 

Uses of XmlErrorException in com.uwyn.rife.xml.exceptions
 

Subclasses of XmlErrorException in com.uwyn.rife.xml.exceptions
 class CantFindEntityException
           
 class CantFindResourceException
           
 class FatalParsingErrorsException
           
 class InputCloseErrorException
           
 class InputSourceCreationErrorException
           
 class MissingErrorRedirectorException
           
 class ParserCreationErrorException
           
 class ParserExecutionErrorException
           
 class UnsupportedXmlEncodingException
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.