public class EnzymeFlatFileWriteException
extends uk.ac.ebi.interfaces.sptr.SPTRException
Constructor and Description |
---|
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.
|
getOriginalException, setOriginalException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EnzymeFlatFileWriteException(Exception e)
e
- the exception to be wrapped.public EnzymeFlatFileWriteException(String message, Exception e)
message
- the exception message.e
- the exception to be wrapped.public EnzymeFlatFileWriteException(String message)
message
- the exception message.Copyright © 2014 EMBL-EBI. All rights reserved.