public class StructureException extends Exception
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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)
t
- a Throwable objectCopyright © 2000–2019 BioJava. All rights reserved.