org.proteinshader.structure.io.exceptions
Class PDBLineParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.proteinshader.structure.io.exceptions.PDBLineParserException
- All Implemented Interfaces:
- Serializable
public class PDBLineParserException
- extends Exception
Used to report that an error occurred while parsing a line from a PDB
file.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PDBLineParserException
public PDBLineParserException()
- Sets the default message to "An error occurred while parsing a
line in a PDB file".
This message can be retrieved using getMessage().
PDBLineParserException
public PDBLineParserException(String message)
- The message given this constructor can be retrieved using
getMessage().
- Parameters:
message
- a description of the problem.
Copyright © 2007-2008