tml.vectorspace
Class NotEnoughTermsInCorpusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tml.vectorspace.NotEnoughTermsInCorpusException
All Implemented Interfaces:
java.io.Serializable

public class NotEnoughTermsInCorpusException
extends java.lang.Exception

This class represents an exception thrown when the Corpus does not contain enough terms, therefore the SVD decomposition can't be performed

Author:
Jorge Villalon
See Also:
Serialized Form

Constructor Summary
NotEnoughTermsInCorpusException()
          Constructor
NotEnoughTermsInCorpusException(java.lang.Exception e)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotEnoughTermsInCorpusException

public NotEnoughTermsInCorpusException()
Constructor


NotEnoughTermsInCorpusException

public NotEnoughTermsInCorpusException(java.lang.Exception e)
Constructor

Parameters:
e -