Uses of Class
edu.pdx.cs410J.family.FamilyTreeException
Packages that use FamilyTreeException
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in CS410J.
-
Uses of FamilyTreeException in edu.pdx.cs410J.family
Methods in edu.pdx.cs410J.family that throw FamilyTreeExceptionModifier and TypeMethodDescriptionParser.parse()Creates a family tree from the data stored in a source.TextParser.parse()Parses the specified input source and from it creates a family tree.XmlParser.parse()Parses the specified input source in XML format and from it creates a family tree.protected FamilyTreeFamilyTreePanel.parseSource(URL url) Parses aURLand tries to extract a family tree in XML format from it.Constructors in edu.pdx.cs410J.family that throw FamilyTreeExceptionModifierConstructorDescriptionXmlRemoteFamilyTree(File xmlFile) Creates a newXmlRemoteFamilyTreethat gets its data from a given XML file.