Package htsjdk.tribble.exception
Class UnsortedFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- htsjdk.tribble.exception.UnsortedFileException
-
- All Implemented Interfaces:
Serializable
public class UnsortedFileException extends RuntimeException
an exception for when we've discovered that an input file is unsorted; sorted files are required by Tribble- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsortedFileException()
UnsortedFileException(String message)
UnsortedFileException(String message, Throwable cause)
UnsortedFileException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-