Package org.monarchinitiative.lirical.io
Class LiricalDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.monarchinitiative.lirical.core.exception.LiricalException
org.monarchinitiative.lirical.io.LiricalDataException
- All Implemented Interfaces:
Serializable
An exception thrown when data error (missing resource, invalid resource file, etc.) is detected.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionLiricalDataException
(String message) LiricalDataException
(String message, Exception e) LiricalDataException
(String message, Throwable cause) protected
LiricalDataException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) LiricalDataException
(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
-
LiricalDataException
public LiricalDataException() -
LiricalDataException
-
LiricalDataException
-
LiricalDataException
-
LiricalDataException
-
LiricalDataException
-