org.biojava.bio.program.das.dasalignment
public class DASException extends BioException
Constructor and Description |
---|
DASException(String s)
Constructs a DASException object.
|
DASException(Throwable t)
Constructs a DASException object.
|
DASException(Throwable t,
String s)
Constructs a DASException object.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DASException(String s)
s
- a String ...public DASException(Throwable t, String s)
t
- a Throwable objects
- a String ...public DASException(Throwable t)
t
- a Throwable object