Class FormatSniffException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.phenopackets.phenopackettools.core.PhenopacketToolsException
org.phenopackets.phenopackettools.util.format.SniffException
org.phenopackets.phenopackettools.util.format.FormatSniffException
- All Implemented Interfaces:
Serializable
An exception thrown when sniffing of the top-level element of Phenopacket schema cannot be performed.
- See Also:
-
Constructor Summary
ConstructorDescriptionFormatSniffException
(String message) FormatSniffException
(String message, Throwable cause) FormatSniffException
(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
-
FormatSniffException
public FormatSniffException() -
FormatSniffException
-
FormatSniffException
-
FormatSniffException
-