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