Class InvalidSpannedRecordException

  • All Implemented Interfaces:
    Serializable

    public class InvalidSpannedRecordException
    extends IOException
    This exception is thrown when the beginning of a buffer (including spanned record if any) is not the start of a record.

    An InvalidSpannedRecordException is thrown whenever an invalid spanned record is encountered. It is thrown at two possible points in TraceRecordExternal.prime()and caught in TraceFormat.readAndFormat()

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidSpannedRecordException

        public InvalidSpannedRecordException()
      • InvalidSpannedRecordException

        public InvalidSpannedRecordException​(String s)