InvalidSlotException.

InvalidSlotException(int, int, int) Constructor

Summary

Constructor allowing to specify the address, length and id.

Syntax

public InvalidSlotException(int address, int length, int id)

Remarks

Constructor allowing to specify the address, length and id.

Parameters

Name Type Description
address int offending address
length int offending length
id int id where the address and length were read.

Return Value

Type Description
void