Package htsjdk.samtools.util
Class SequenceUtil.SequenceListsDifferException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- htsjdk.samtools.SAMException
-
- htsjdk.samtools.util.SequenceUtil.SequenceListsDifferException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SequenceUtil
public static class SequenceUtil.SequenceListsDifferException extends SAMException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SequenceListsDifferException()
SequenceListsDifferException(String s)
SequenceListsDifferException(String s, Throwable throwable)
SequenceListsDifferException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-