uk.ac.ebi.intact.application.graph2MIF.exception
Class GraphNotConvertableException

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

public class GraphNotConvertableException
extends java.lang.Exception

This Exception should be thrown, if a fatal Error occours - so the PSIFormat will NOT be valid without this mising Element

Version:
$Id: GraphNotConvertableException.java,v 1.1 2003/10/30 15:46:05 skerrien Exp $
Author:
Henning Mersch
See Also:
Serialized Form

Constructor Summary
GraphNotConvertableException()
           
GraphNotConvertableException(java.lang.String message)
           
 
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

GraphNotConvertableException

public GraphNotConvertableException()

GraphNotConvertableException

public GraphNotConvertableException(java.lang.String message)


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