Class UnsupportedLipidException

All Implemented Interfaces:
Serializable

public final class UnsupportedLipidException extends LipidException
This exception is thrown, if a certain type of lipid is not yet supported by the grammar implementations.
Author:
Dominik Kopczynski, Nils Hoffmann
See Also:
  • Constructor Details

    • UnsupportedLipidException

      protected UnsupportedLipidException()
    • UnsupportedLipidException

      public UnsupportedLipidException(String message)
    • UnsupportedLipidException

      public UnsupportedLipidException(String message, Throwable cause)
    • UnsupportedLipidException

      public UnsupportedLipidException(Throwable cause)