org.biojava.spice.config
Class ConfigurationException

java.lang.Object
  extended byBioException
      extended byorg.biojava.spice.config.ConfigurationException

public class ConfigurationException
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
ConfigurationException(String s)
          Constructs a StructureException object.
ConfigurationException(Throwable t)
          Constructs a StructureException object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(String s)
Constructs a StructureException object.

Parameters:
s - a String ...

ConfigurationException

public ConfigurationException(Throwable t)
Constructs a StructureException object.

Parameters:
t - a Throwable object