Uses of Package
comirva.exception

Packages that use comirva.exception
comirva.data   
comirva.io   
comirva.mlearn   
comirva.web.crawling   
comirva.web.text.similarity   
 

Classes in comirva.exception used by comirva.data
SizeMismatchException
          The SizeMismatchException is thrown when two Vectors that should have the same size (e.g. for calculating the Euclidean distance) actually have not.
 

Classes in comirva.exception used by comirva.io
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.
 

Classes in comirva.exception used by comirva.mlearn
SizeMismatchException
          The SizeMismatchException is thrown when two Vectors that should have the same size (e.g. for calculating the Euclidean distance) actually have not.
 

Classes in comirva.exception used by comirva.web.crawling
WebCrawlException
          The WebCrawlException is thrown when an error occurred while accessing the Internet and retrieving the content of web pages.
 

Classes in comirva.exception used by comirva.web.text.similarity
SizeMismatchException
          The SizeMismatchException is thrown when two Vectors that should have the same size (e.g. for calculating the Euclidean distance) actually have not.