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