JHotDraw 7.0.6

Uses of Class
net.n3.nanoxml.XMLException

Packages that use XMLException
net.n3.nanoxml This is a patched version of NanoXML which is made to be compilable with Java 1.5 and to take advantage of the Java2 Collections API. 
 

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.
 


Copyright 1996-2006 © JHotDraw.org