Class PDBParseException

  • All Implemented Interfaces:
    Serializable

    public class PDBParseException
    extends Exception
    An exception during the parsing of a PDB file.
    Author:
    Andreas Prlic, Thomas Down, Benjamin Schuster-Böckler
    See Also:
    Serialized Form
    • Constructor Detail

      • PDBParseException

        public PDBParseException​(String s)
        Constructs a PDBParseException object.
        Parameters:
        s - a String ...
      • PDBParseException

        public PDBParseException​(String s,
                                 Throwable t)
        Constructs a PDBParseException object.
        Parameters:
        t - a Throwable object
        s - a String ...
      • PDBParseException

        public PDBParseException​(Throwable t)
        Constructs a PDBParseException object.
        Parameters:
        t - a Throwable object