Class LipidException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConstraintViolationException, LipidParsingException, UnsupportedLipidException

public class LipidException extends RuntimeException
Base exception for exceptions that relate to lipid parsing or creation of lipids.
Author:
Dominik Kopczynski, Nils Hoffmann
See Also:
  • Constructor Details

    • LipidException

      protected LipidException()
    • LipidException

      public LipidException(String message)
    • LipidException

      public LipidException(String message, Throwable cause)
    • LipidException

      public LipidException(Throwable cause)