package matrix.general; public class MatrixReadException extends Exception { public MatrixReadException(String string) { super(string); } }