public class PDBParseException extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
PDBParseException(String s)
Constructs a PDBParseException object.
|
PDBParseException(String s,
Throwable t)
Constructs a PDBParseException object.
|
PDBParseException(Throwable t)
Constructs a PDBParseException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public PDBParseException(String s)
s
- a String ...public PDBParseException(String s, Throwable t)
t
- a Throwable objects
- a String ...public PDBParseException(Throwable t)
t
- a Throwable objectCopyright © 2000–2019 BioJava. All rights reserved.