uk.ac.ebi.intact.application.editor.exception.validation
Class InteractionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.ebi.intact.application.editor.exception.BaseException
                    |
                    +--uk.ac.ebi.intact.application.editor.exception.validation.ValidationException
                          |
                          +--uk.ac.ebi.intact.application.editor.exception.validation.InteractionException
All Implemented Interfaces:
java.io.Serializable

public class InteractionException
extends ValidationException

Thrown when the validation for an interaction fails.

Version:
$Id: InteractionException.java,v 1.2 2003/06/04 15:30:25 smudali Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)
See Also:
Serialized Form

Constructor Summary
InteractionException()
          Default constructor.
InteractionException(java.lang.String mkey)
          Construst with given message key
 
Methods inherited from class uk.ac.ebi.intact.application.editor.exception.validation.ValidationException
getFilterKey
 
Methods inherited from class uk.ac.ebi.intact.application.editor.exception.BaseException
getMessageArgs, getMessageKey, getRootCause, printStackTrace, printStackTrace, printStackTrace, setMessageArgs, setMessageKey
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InteractionException

public InteractionException()
Default constructor. Uses the default message and filter keys.


InteractionException

public InteractionException(java.lang.String mkey)
Construst with given message key

Parameters:
mkey - the message key.


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