Class LiricalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.monarchinitiative.lirical.core.exception.LiricalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExomiserResourceException
,LiricalAnalysisException
,LiricalDataException
,LiricalParseException
,LiricalTermFrequencyException
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionLiricalException
(String message) LiricalException
(String message, Exception e) LiricalException
(String message, Throwable cause) protected
LiricalException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) LiricalException
(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
-
LiricalException
public LiricalException() -
LiricalException
-
LiricalException
-
LiricalException
-
LiricalException
-
LiricalException
-