Package htsjdk.samtools.util
Class RuntimeEOFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- htsjdk.samtools.SAMException
-
- htsjdk.samtools.util.RuntimeEOFException
-
- All Implemented Interfaces:
Serializable
public class RuntimeEOFException extends SAMException
Thrown by various codecs to indicate EOF without having to clutter the API with throws clauses- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeEOFException()
RuntimeEOFException(String s)
RuntimeEOFException(String s, Throwable throwable)
RuntimeEOFException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-