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

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.ExperimentException
All Implemented Interfaces:
java.io.Serializable

public class ExperimentException
extends ValidationException

Thrown when the validation for an experiment fails.

Version:
$Id: ExperimentException.java,v 1.2 2003/06/04 16:45:00 smudali Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)
See Also:
Serialized Form

Constructor Summary
ExperimentException()
          Default constructor.
ExperimentException(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

ExperimentException

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


ExperimentException

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

Parameters:
mkey - the message key.


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