Class GATKException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadinstitute.hellbender.exceptions.GATKException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FuncotatorUtils.TranscriptCodingSequenceException
,GATKException.MissingReadField
,GATKException.ReadAttributeTypeMismatch
,GATKException.ShouldNeverReachHereException
,LocationTranslationException
,ScriptExecutorException
Class GATKException.
This exception is for errors that are beyond the user's control, such as internal pre/post condition failures
and "this should never happen" kinds of scenarios.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
For wrapping errors that are believed to never be reachable -
Constructor Summary
ConstructorsConstructorDescriptionGATKException
(String msg) GATKException
(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GATKException
-
GATKException
-