Class 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:
    Serialized Form
    • Constructor Detail

      • CodecLineParsingException

        public CodecLineParsingException​(Throwable cause)
      • CodecLineParsingException

        public CodecLineParsingException​(String message,
                                         Throwable cause)
      • CodecLineParsingException

        public CodecLineParsingException​(String message)
      • CodecLineParsingException

        public CodecLineParsingException()