Class InvalidWordException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--InvalidWordException
All Implemented Interfaces:
java.io.Serializable

public class InvalidWordException
extends java.lang.Exception

Exception when preprocessor finds and invalid word.

See Also:
Serialized Form

Field Summary
 java.lang.String invalid_word
           
 
Constructor Summary
InvalidWordException(java.lang.String word)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

invalid_word

public java.lang.String invalid_word
Constructor Detail

InvalidWordException

public InvalidWordException(java.lang.String word)