uk.ac.ebi.intenz.tools.sib.writer
Class EnzymeFlatFileWriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.ebi.interfaces.sptr.SPTRException
              extended by uk.ac.ebi.intenz.tools.sib.writer.EnzymeFlatFileWriteException
All Implemented Interfaces:
Serializable

public class EnzymeFlatFileWriteException
extends uk.ac.ebi.interfaces.sptr.SPTRException

This exception is thrown whenever an error occurs during the creation of the ENZYME flat file.

Version:
$Revision: 1.2 $ $Date: 2008/01/28 11:43:23 $
Author:
Michael Darsow
See Also:
Serialized Form

Constructor Summary
EnzymeFlatFileWriteException(Exception e)
          Stores the (lower-level) exception this exception should wrap.
EnzymeFlatFileWriteException(String message)
          Stores the exception message.
EnzymeFlatFileWriteException(String message, Exception e)
          Stores the exception message and the (lower-level) exception this exception should wrap.
 
Method Summary
 
Methods inherited from class uk.ac.ebi.interfaces.sptr.SPTRException
getOriginalException, setOriginalException
 
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

EnzymeFlatFileWriteException

public EnzymeFlatFileWriteException(Exception e)
Stores the (lower-level) exception this exception should wrap.

Parameters:
e - the exception to be wrapped.

EnzymeFlatFileWriteException

public EnzymeFlatFileWriteException(String message,
                                    Exception e)
Stores the exception message and the (lower-level) exception this exception should wrap.

Parameters:
message - the exception message.
e - the exception to be wrapped.

EnzymeFlatFileWriteException

public EnzymeFlatFileWriteException(String message)
Stores the exception message.

Parameters:
message - the exception message.


Copyright © 2013 EMBL-EBI. All Rights Reserved.