Class HtsjdkException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HtsjdkIOException, HtsjdkPluginException

public class HtsjdkException extends RuntimeException
Exception type for all exceptions caused at runtime by HTSJDK.
See Also:
  • Constructor Details

    • HtsjdkException

      public HtsjdkException(String message)
      Constructs an HtsjdkException.
      Parameters:
      message - detailed message.
    • HtsjdkException

      public HtsjdkException(String message, Throwable cause)
      Construct an HtsjdkException with a specified cause.
      Parameters:
      message - detailed message.
      cause - cause of the exception.
    • HtsjdkException

      public HtsjdkException(Throwable cause)
      Construct an HtsjdkException with a message constructed from the cause.
      Parameters:
      cause - cause of the exception.