Package hlcd.exceptions
package hlcd.exceptions
The customized exceptions thrown in this program are found here.
-
Exception SummaryExceptionDescriptionAn exception that can be thrown when an invalid base is trying to be used.An exception that can be thrown when an invalid code parameters (\(n\) and/or \(k\)) of a code \(\mathsf{C}\) is trying to be used.An exception that can be thrown when an invalid column index in some matrix is trying to be accessed.An exception that can be thrown when trying to override a specific column in the matrix with a column vector that doesn't match the matrix's dimension.An exception that can be thrown when the number of rows in a column vector exceeds the allowable limit.An exception that can be thrown when an invalid digit is being used in the code.An exception that can be thrown when an invalid row index is specified in the identity submatrix of the generator matrix \(G\).An exception that can be thrown when the bases of two matrices don't match.An exception that can be thrown when the dimensions of two matrices don't match for multiplication.An exception that can be thrown when the minimum distance specified is less than \(3\).An exception that can be thrown when an invalid row index in some matrix is trying to be accessed.