Class 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:
    Serialized Form
    • Constructor Detail

      • 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