org.biojava.bio.structure.io
public class PDBParseException extends BioException
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.
|
PDBParseException(Throwable t,
String s)
Deprecated.
use new BioException(message, ex) instead
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public PDBParseException(String s)
s
- a String ...public PDBParseException(Throwable t, String s)
t
- a Throwable objects
- a String ...public PDBParseException(String s, Throwable t)
t
- a Throwable objects
- a String ...public PDBParseException(Throwable t)
t
- a Throwable object