Class UnknownProteinIdException

  • All Implemented Interfaces:
    Serializable

    public class UnknownProteinIdException
    extends Exception
    Sometimes, BioSem returns protein IDs which it has not been delivered. This exception serves to identify this particular error.
    Author:
    faessler
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownProteinIdException

        public UnknownProteinIdException()
      • UnknownProteinIdException

        public UnknownProteinIdException​(String message,
                                         Throwable cause,
                                         boolean enableSuppression,
                                         boolean writableStackTrace)
      • UnknownProteinIdException

        public UnknownProteinIdException​(String message,
                                         Throwable cause)
      • UnknownProteinIdException

        public UnknownProteinIdException​(String message)
      • UnknownProteinIdException

        public UnknownProteinIdException​(Throwable cause)