Uses of Class
org.biojava.bio.structure.io.PDBParseException

Packages that use PDBParseException
org.biojava.bio.structure Interfaces and classes for molecular structure. 
org.biojava.bio.structure.io   
 

Uses of PDBParseException in org.biojava.bio.structure
 

Methods in org.biojava.bio.structure that throw PDBParseException
 void Hetatom.setPDBName(String s)
          set three character name of Amino acid
 void Group.setPDBName(String s)
          get the PDB 3 character name for this group
 

Uses of PDBParseException in org.biojava.bio.structure.io
 

Methods in org.biojava.bio.structure.io that throw PDBParseException
 Structure PDBFileReader.parsePDBFile(InputStream inStream)
          parse a PDB file and return a datastructure implementing PDBStructure interface.
 Structure PDBFileReader.parsePDBFile(BufferedReader buf)