tml.vectorspace
Class NoDocumentsInCorpusException

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

public class NoDocumentsInCorpusException
extends java.lang.Exception

Exception raised when no documents are found in the Corpus

Author:
Jorge Villalon
See Also:
Serialized Form

Constructor Summary
NoDocumentsInCorpusException()
          Constructor
NoDocumentsInCorpusException(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

NoDocumentsInCorpusException

public NoDocumentsInCorpusException()
Constructor


NoDocumentsInCorpusException

public NoDocumentsInCorpusException(java.lang.Exception e)
Constructor

Parameters:
e -