Package org.biojava.nbio.structure
Class StructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.nbio.structure.StructureException
- All Implemented Interfaces:
Serializable
An exception during the parsing of a PDB file.
- Since:
- 1.4
- Version:
- %I% %G%
- Author:
- Andreas Prlic, Thomas Down, Benjamin Schuster-Boeckler, Andreas Prlic
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConstructs a StructureException object.StructureException
(String message, Throwable t) Constructs a StructureException object.Constructs a StructureException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
StructureException
Constructs a StructureException object.- Parameters:
s
- a String ...
-
StructureException
Constructs a StructureException object.- Parameters:
t
- a Throwable objectmessage
- a String ...
-
StructureException
Constructs a StructureException object.- Parameters:
t
- a Throwable object
-