uk.ac.ebi.intact.application.intSeq.exception
Class BlastException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.ebi.intact.application.intSeq.exception.BlastException
All Implemented Interfaces:
java.io.Serializable

public class BlastException
extends java.lang.Exception

This class manages the Blast exceptions.

Version:
: $Id: BlastException.java,v 1.1 2003/04/28 12:41:57 shuet Exp $
Author:
shuet (shuet@ebi.ac.uk)
See Also:
Serialized Form

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

BlastException

public BlastException()

BlastException

public BlastException(java.lang.String msg)
Constructor with a message.

Parameters:
msg - which explains the exception.

BlastException

public BlastException(java.lang.String msg,
                      java.lang.Exception e)
Constructor with a message.

Parameters:
msg - which explains the exception and displays this one.
Method Detail

getCommandMessage

public java.lang.String getCommandMessage()
Keeps inform about the blast execution.

Returns:
String representing the message to display.


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk