Class InvalidIdentityRowIndexException

All Implemented Interfaces:
Serializable

public class InvalidIdentityRowIndexException extends RuntimeException
An exception that can be thrown when an invalid row index is specified in the identity submatrix of the generator matrix \(G\).
Since:
1.8
Version:
1.0 (January 28th, 2022)
Author:
Maysara Al Jumaily
See Also:
VectorGenerator, Serialized Form
  • Constructor Details

    • InvalidIdentityRowIndexException

      public InvalidIdentityRowIndexException(byte identityRowIndex, byte k, byte base)
      Constructs a new runtime exception when an invalid row index is specified in the identity submatrix of the generator matrix \(G\).
      Parameters:
      identityRowIndex - the invalid row index of the identity matrix
      k - the dimension of the code
      base - the base of the code