Class InvalidSpannedRecordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ibm.jvm.format.InvalidSpannedRecordException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSpannedRecordException
public InvalidSpannedRecordException() -
InvalidSpannedRecordException
-