uk.ac.ebi.intact.application.intSeq.exception
Class IntactSrsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--uk.ac.ebi.intact.application.intSeq.exception.IntactSrsException
- All Implemented Interfaces:
- java.io.Serializable
- public class IntactSrsException
- extends java.lang.Exception
This class manages the SRS exceptions.
- Version:
- : $Id: IntactSrsException.java,v 1.1 2003/04/28 12:43:19 shuet Exp $
- Author:
- shuet (shuet@ebi.ac.uk)
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getCommandMessage()
Keeps inform about the srs 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 |
IntactSrsException
public IntactSrsException()
IntactSrsException
public IntactSrsException(java.lang.String msg)
- Constructor with a message.
- Parameters:
msg - which explains the exception.
IntactSrsException
public IntactSrsException(java.lang.String msg,
java.lang.Exception e)
- Constructor with a message.
- Parameters:
msg - which explains the exception and displays this one.
getCommandMessage
public java.lang.String getCommandMessage()
- Keeps inform about the srs execution.
- Returns:
- String representing the message to display.
IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk