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

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExperimentException, InteractionException, ShortLabelException

public class ValidationException
extends BaseException

Super exception class for all the validation exceptions.

Version:
$Id: ValidationException.java,v 1.1 2003/05/28 11:44:34 smudali Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)
See Also:
Serialized Form

Constructor Summary
protected ValidationException(java.lang.String mkey, java.lang.String fkey)
          Constructs with message and filter keys.
 
Method Summary
 java.lang.String 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

ValidationException

protected ValidationException(java.lang.String mkey,
                              java.lang.String fkey)
Constructs with message and filter keys.

Parameters:
mkey - the message key.
fkey - the filter key.
Method Detail

getFilterKey

public java.lang.String getFilterKey()


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