Class PDBParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.nbio.structure.io.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:
  • Field Details

  • Constructor Details

    • 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