uk.ac.ebi.adfconverter.library.exceptions
Class LibraryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.ebi.adfconverter.library.exceptions.LibraryException
All Implemented Interfaces:
java.io.Serializable

public class LibraryException
extends java.lang.Exception

Reports during the library execution

Since:
12 sept. 2004
Version:
1
Author:
Pierre MARGUERITE
See Also:
Serialized Form

Constructor Summary
LibraryException(java.lang.Exception e)
          Constructor of the ADFConverterLibraryException class
 
Method Summary
 java.lang.String getMessage()
          Returns the message of the exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LibraryException

public LibraryException(java.lang.Exception e)
Constructor of the ADFConverterLibraryException class

Parameters:
e - the exception catch and which will be hidden by this exception
Method Detail

getMessage

public java.lang.String getMessage()
Returns the message of the exception

Returns:
the messagee string associated to the exception


European Bioinformatics InstituteMicroarray Informatics Team