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

public class GATKException extends RuntimeException

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:
  • Constructor Details

    • GATKException

      public GATKException(String msg)
    • GATKException

      public GATKException(String message, Throwable throwable)