public static class UserException.CouldNotReadInputFile 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 |
---|
CouldNotReadInputFile(java.io.File file) |
CouldNotReadInputFile(java.io.File file,
java.lang.Exception e) |
CouldNotReadInputFile(java.io.File file,
java.lang.String message) |
CouldNotReadInputFile(java.io.File file,
java.lang.String message,
java.lang.Exception e) |
CouldNotReadInputFile(java.nio.file.Path file) |
CouldNotReadInputFile(java.nio.file.Path path,
java.lang.Exception e) |
CouldNotReadInputFile(java.nio.file.Path file,
java.lang.String message) |
CouldNotReadInputFile(java.nio.file.Path file,
java.lang.String message,
java.lang.Throwable cause) |
CouldNotReadInputFile(java.lang.String message) |
CouldNotReadInputFile(java.lang.String message,
java.lang.Exception e) |
CouldNotReadInputFile(java.lang.String file,
java.lang.String message) |
getMessage
public CouldNotReadInputFile(java.lang.String message, java.lang.Exception e)
public CouldNotReadInputFile(java.io.File file)
public CouldNotReadInputFile(java.nio.file.Path file)
public CouldNotReadInputFile(java.io.File file, java.lang.String message)
public CouldNotReadInputFile(java.nio.file.Path file, java.lang.String message)
public CouldNotReadInputFile(java.nio.file.Path file, java.lang.String message, java.lang.Throwable cause)
public CouldNotReadInputFile(java.lang.String file, java.lang.String message)
public CouldNotReadInputFile(java.io.File file, java.lang.String message, java.lang.Exception e)
public CouldNotReadInputFile(java.io.File file, java.lang.Exception e)
public CouldNotReadInputFile(java.nio.file.Path path, java.lang.Exception e)
public CouldNotReadInputFile(java.lang.String message)