Package org.biojava.nbio.structure.io
Class PDBParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.biojava.nbio.structure.io.PDBParseException
-
- All Implemented Interfaces:
Serializable
public class PDBParseException extends Exception
An exception during the parsing of a PDB file.- Author:
- Andreas Prlic, Thomas Down, Benjamin Schuster-Böckler
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PDBParseException(String s)
Constructs a PDBParseException object.PDBParseException(String s, Throwable t)
Constructs a PDBParseException object.PDBParseException(Throwable t)
Constructs a PDBParseException 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
-
PDBParseException
public PDBParseException(String s)
Constructs a PDBParseException object.- Parameters:
s
- a String ...
-
PDBParseException
public PDBParseException(String s, Throwable t)
Constructs a PDBParseException object.- Parameters:
t
- a Throwable objects
- a String ...
-
PDBParseException
public PDBParseException(Throwable t)
Constructs a PDBParseException object.- Parameters:
t
- a Throwable object
-
-