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
public class StructureException extends Exception
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description StructureException(String s)
Constructs a StructureException object.StructureException(String message, Throwable t)
Constructs a StructureException object.StructureException(Throwable t)
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 Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StructureException
public StructureException(String s)
Constructs a StructureException object.- Parameters:
s
- a String ...
-
StructureException
public StructureException(String message, Throwable t)
Constructs a StructureException object.- Parameters:
t
- a Throwable objectmessage
- a String ...
-
StructureException
public StructureException(Throwable t)
Constructs a StructureException object.- Parameters:
t
- a Throwable object
-
-