tml.vectorspace
Class EmptyTextPassageException

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

public class EmptyTextPassageException
extends java.lang.Exception

This class implements an identifiable exception when a TextPassage contains no words

Author:
Jorge Villalon
See Also:
Serialized Form

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

EmptyTextPassageException

public EmptyTextPassageException()
Constructor


EmptyTextPassageException

public EmptyTextPassageException(java.lang.Exception e)
Constructor

Parameters:
e -