Class CodecLineParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
htsjdk.tribble.exception.CodecLineParsingException
All Implemented Interfaces:
Serializable

public class CodecLineParsingException extends RuntimeException
Class CodecLineParsingException a generic exception we use if the codec has trouble parsing the line its given
See Also:
  • Constructor Details

    • CodecLineParsingException

      public CodecLineParsingException(Throwable cause)
    • CodecLineParsingException

      public CodecLineParsingException(String message, Throwable cause)
    • CodecLineParsingException

      public CodecLineParsingException(String message)
    • CodecLineParsingException

      public CodecLineParsingException()