org.biojava.bio.structure
Class StructureException

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

public class StructureException
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
StructureException(String s)
           
StructureException(Throwable t)
           
StructureException(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

StructureException

public StructureException(String s)

StructureException

public StructureException(Throwable t,
                          String s)

StructureException

public StructureException(Throwable t)