Class LiricalParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.monarchinitiative.lirical.core.exception.LiricalException
org.monarchinitiative.lirical.core.analysis.LiricalParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PhenopacketImportException
An exception thrown when user-provided input is invalid.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionLiricalParseException
(String message) LiricalParseException
(String message, Exception e) LiricalParseException
(String message, Throwable cause) protected
LiricalParseException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) LiricalParseException
(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
-
LiricalParseException
public LiricalParseException() -
LiricalParseException
-
LiricalParseException
-
LiricalParseException
-
LiricalParseException
-
LiricalParseException
-