org.biojava.bio.structure.io
Class PDBParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.biojava.bio.BioException
              extended byorg.biojava.bio.structure.io.PDBParseException
All Implemented Interfaces:
Serializable

public class PDBParseException
extends BioException

An exception during the parsing of a PDB file

Author:
Andreas Prlic, Thomas Down, Benjamin Schuster-Böckler
See Also:
Serialized Form

Constructor Summary
PDBParseException(String s)
           
PDBParseException(Throwable t)
           
PDBParseException(Throwable t, String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDBParseException

public PDBParseException(String s)

PDBParseException

public PDBParseException(Throwable t,
                         String s)

PDBParseException

public PDBParseException(Throwable t)