Class StructureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.nbio.structure.StructureException
All Implemented Interfaces:
Serializable

public class StructureException extends Exception
An exception during the parsing of a PDB file.
Since:
1.4
Version:
%I% %G%
Author:
Andreas Prlic, Thomas Down, Benjamin Schuster-Boeckler, Andreas Prlic
See Also:
  • Field Details

  • Constructor Details

    • StructureException

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

      public StructureException(String message, Throwable t)
      Constructs a StructureException object.
      Parameters:
      t - a Throwable object
      message - a String ...
    • StructureException

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