public static class UserException.MalformedFile extends UserException
UserException.BadInput, UserException.BadTempDir, UserException.CannotExecuteScript, UserException.CannotHandleGzippedRef, UserException.CouldNotCreateOutputFile, UserException.CouldNotIndexFile, UserException.CouldNotReadInputFile, UserException.EmptyIntersection, UserException.FailsStrictValidation, UserException.HardwareFeatureException, UserException.HeaderMissingReadGroup, UserException.IncompatibleRecalibrationTableParameters, UserException.IncompatibleSequenceDictionaries, UserException.LexicographicallySortedSequenceDictionary, UserException.MalformedBAM, UserException.MalformedFile, UserException.MalformedGenomeLoc, UserException.MalformedRead, UserException.MisencodedQualityScoresRead, UserException.MissingContigInSequenceDictionary, UserException.MissingIndex, UserException.MissingReference, UserException.MissingReferenceDictFile, UserException.MissingReferenceFaiFile, UserException.MissingReferenceGziFile, UserException.NoSuitableCodecs, UserException.ReadMissingReadGroup, UserException.SequenceDictionaryIsMissingContigLengths, UserException.UnimplementedFeature, UserException.VQSRNegativeModelFailure, UserException.VQSRPositiveModelFailure, UserException.WrongFeatureType
MISSING_REFERENCE_FOR_CRAM
Constructor and Description |
---|
MalformedFile(java.io.File f,
java.lang.String message) |
MalformedFile(java.io.File f,
java.lang.String message,
java.lang.Exception e) |
MalformedFile(java.nio.file.Path p,
java.lang.String message) |
MalformedFile(java.nio.file.Path p,
java.lang.String message,
java.lang.Exception e) |
MalformedFile(java.lang.String message) |
getMessage
public MalformedFile(java.lang.String message)
public MalformedFile(java.io.File f, java.lang.String message)
public MalformedFile(java.io.File f, java.lang.String message, java.lang.Exception e)
public MalformedFile(java.nio.file.Path p, java.lang.String message)
public MalformedFile(java.nio.file.Path p, java.lang.String message, java.lang.Exception e)