|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--uk.ac.ebi.intact.application.intSeq.exception.BlastException
This class manages the Blast exceptions.
| Constructor Summary | |
BlastException()
|
|
BlastException(java.lang.String msg)
Constructor with a message. |
|
BlastException(java.lang.String msg,
java.lang.Exception e)
Constructor with a message. |
|
| Method Summary | |
java.lang.String |
getCommandMessage()
Keeps inform about the blast execution. |
| 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 BlastException()
public BlastException(java.lang.String msg)
msg - which explains the exception.
public BlastException(java.lang.String msg,
java.lang.Exception e)
msg - which explains the exception and displays this one.| Method Detail |
public java.lang.String getCommandMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||