Uses of Class
net.n3.nanoxml.XMLException

Packages that use XMLException
net.n3.nanoxml   
 

Uses of XMLException in net.n3.nanoxml
 

Subclasses of XMLException in net.n3.nanoxml
 class XMLParseException
          An XMLParseException is thrown when the XML passed to the XML parser is not well-formed.
 class XMLValidationException
          An XMLValidationException is thrown when the XML passed to the XML parser is well-formed but not valid.
 

Methods in net.n3.nanoxml that throw XMLException
 java.lang.Object StdXMLParser.parse()
          Parses the data and lets the builder create the logical data structure.
 java.lang.Object IXMLParser.parse()
          Parses the data and lets the builder create the logical data structure.