X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fio%2Fparsers%2Fphyloxml%2Fdata%2FPropertyParser.java;h=42682b2477bde04e13c32739afe00612cb31fd6c;hb=656be28debec520e0e35a8b311114398a40ea366;hp=b4baa8fe40be454e1f8ed83178d3e1c6e42ad093;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/io/parsers/phyloxml/data/PropertyParser.java b/forester/java/src/org/forester/io/parsers/phyloxml/data/PropertyParser.java index b4baa8f..42682b2 100644 --- a/forester/java/src/org/forester/io/parsers/phyloxml/data/PropertyParser.java +++ b/forester/java/src/org/forester/io/parsers/phyloxml/data/PropertyParser.java @@ -25,9 +25,9 @@ package org.forester.io.parsers.phyloxml.data; +import org.forester.io.parsers.phyloxml.PhyloXmlDataFormatException; import org.forester.io.parsers.phyloxml.PhyloXmlMapping; import org.forester.io.parsers.phyloxml.XmlElement; -import org.forester.io.parsers.util.PhylogenyParserException; import org.forester.phylogeny.data.PhylogenyData; import org.forester.phylogeny.data.Property; import org.forester.phylogeny.data.Property.AppliesTo; @@ -49,7 +49,7 @@ public class PropertyParser implements PhylogenyDataPhyloXmlParser { } @Override - public PhylogenyData parse( final XmlElement element ) throws PhylogenyParserException { + public PhylogenyData parse( final XmlElement element ) throws PhyloXmlDataFormatException { String ref = ""; String value = ""; String unit = "";