Class SniffException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.phenopackets.phenopackettools.core.PhenopacketToolsException
org.phenopackets.phenopackettools.util.format.SniffException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ElementSniffException
,FormatSniffException
A checked exception thrown in case of encountering some content sniffing issues.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionSniffException
(String message) SniffException
(String message, Throwable cause) protected
SniffException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) SniffException
(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
-
SniffException
public SniffException() -
SniffException
-
SniffException
-
SniffException
-
SniffException
-