|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.biojava.bio.BioException
org.biojava.bio.program.das.dasalignment.DASException
public class DASException
An exception of one of the DAS classes.
Constructor Summary | |
---|---|
DASException(String s)
Constructs a DASException object. |
|
DASException(Throwable t)
Constructs a DASException object. |
|
DASException(Throwable t,
String s)
Constructs a DASException object. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |