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
Thrown by various codecs to indicate EOF without having to clutter the API with throws clauses
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeEOFException
(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
-
Constructor Details
-
RuntimeEOFException
public RuntimeEOFException() -
RuntimeEOFException
-
RuntimeEOFException
-
RuntimeEOFException
-