org.proteinshader.structure.io.exceptions
Class PDBFieldExtractorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.proteinshader.structure.io.exceptions.PDBFieldExtractorException
All Implemented Interfaces:
Serializable

public class PDBFieldExtractorException
extends Exception

Used to report that an error occurred while trying to extract a field from a PDB record.

See Also:
Serialized Form

Constructor Summary
PDBFieldExtractorException()
          Sets the default message to "An error occurred while extracting a field from a PDB record".
PDBFieldExtractorException(String message)
          The message given this constructor can be retrieved using getMessage().
 
Method Summary
 
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

PDBFieldExtractorException

public PDBFieldExtractorException()
Sets the default message to "An error occurred while extracting a field from a PDB record". This message can be retrieved using getMessage().


PDBFieldExtractorException

public PDBFieldExtractorException(String message)
The message given this constructor can be retrieved using getMessage().

Parameters:
message - a description of the problem.


Copyright © 2007-2008