Class 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 Detail

      • EnricherException

        public EnricherException()

        Constructor for EnricherException.

      • EnricherException

        public EnricherException​(String s)

        Constructor for EnricherException.

        Parameters:
        s - a String object.
      • EnricherException

        public EnricherException​(String s,
                                 Throwable throwable)

        Constructor for EnricherException.

        Parameters:
        s - a String object.
        throwable - a Throwable object.
      • EnricherException

        public EnricherException​(Throwable throwable)

        Constructor for EnricherException.

        Parameters:
        throwable - a Throwable object.