Package comirva.exception

Exception Summary
NoMatrixException The NoMatrixException is thrown when a file that should be an ASCII-matrix file is read but the file turns out not to contain a valid matrix.
SizeMismatchException The SizeMismatchException is thrown when two Vectors that should have the same size (e.g. for calculating the Euclidean distance) actually have not.
WebCrawlException The WebCrawlException is thrown when an error occurred while accessing the Internet and retrieving the content of web pages.