Package org.lifstools.jgoslin.domain
Class LipidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lifstools.jgoslin.domain.LipidException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConstraintViolationException
,LipidParsingException
,UnsupportedLipidException
Base exception for exceptions that relate to lipid parsing or creation of
lipids.
- Author:
- Dominik Kopczynski, Nils Hoffmann
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
LipidException
(String message) LipidException
(String message, Throwable cause) LipidException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LipidException
protected LipidException() -
LipidException
-
LipidException
-
LipidException
-