Class EnricherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- psidev.psi.mi.jami.enricher.exception.EnricherException
-
- All Implemented Interfaces:
Serializable
public class EnricherException extends Exception
This exception is thrown when exceptions are induced in the enricher. This includes re-wrapping the BridgeFailedException.- Since:
- 11/06/13
- Author:
- Gabriel Aldam (galdam@ebi.ac.uk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnricherException()
Constructor for EnricherException.EnricherException(String s)
Constructor for EnricherException.EnricherException(String s, Throwable throwable)
Constructor for EnricherException.EnricherException(Throwable throwable)
Constructor for EnricherException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EnricherException
public EnricherException()
Constructor for EnricherException.
-
EnricherException
public EnricherException(String s)
Constructor for EnricherException.
- Parameters:
s
- aString
object.
-
EnricherException
public EnricherException(String s, Throwable throwable)
Constructor for EnricherException.
-
-