org.biojava.bio.structure
public class StructureException extends BioException
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
StructureException(String s)
Constructs a StructureException object.
|
StructureException(String message,
Throwable t)
Constructs a StructureException object.
|
StructureException(Throwable t)
Constructs a StructureException object.
|
StructureException(Throwable t,
String s)
Deprecated.
use new StructureException(message, ex) instead
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public StructureException(String s)
s - a String ...public StructureException(String message, Throwable t)
t - a Throwable objectmessage - a String ...public StructureException(Throwable t, String s)
t - a Throwable objects - a String ...public StructureException(Throwable t)
t - a Throwable object