Home
last modified time | relevance | path

Searched defs:ReadAttributeTypeMismatch (Results 1 – 1 of 1) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/exceptions/
H A DGATKException.java60 public static class ReadAttributeTypeMismatch extends GATKException { class in GATKException
63 public ReadAttributeTypeMismatch( final String attributeName, final String targetType ) { in ReadAttributeTypeMismatch() method in GATKException.ReadAttributeTypeMismatch
67 …public ReadAttributeTypeMismatch( final String attributeName, final String targetType, final Throw… in ReadAttributeTypeMismatch() method in GATKException.ReadAttributeTypeMismatch
71 …public ReadAttributeTypeMismatch( final SAMRecord read, final String attributeName, final String t… in ReadAttributeTypeMismatch() method in GATKException.ReadAttributeTypeMismatch
75 …public ReadAttributeTypeMismatch( final SAMRecord read, final String attributeName, final String t… in ReadAttributeTypeMismatch() method in GATKException.ReadAttributeTypeMismatch
79 …public ReadAttributeTypeMismatch( final SAMRecord read, final String attributeName, final String t… in ReadAttributeTypeMismatch() method in GATKException.ReadAttributeTypeMismatch