uk.ac.ebi.intenz.tools.sib.writer
Class EnzymeFlatFileWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.ebi.interfaces.sptr.SPTRException
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
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 |
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.