Tools
Class PreprocessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Tools.PreprocessorException
All Implemented Interfaces:
java.io.Serializable

public class PreprocessorException
extends java.lang.Exception

Failed to convert somewhere in the path from XML to sentences or words

Author:
davidc
See Also:
Serialized Form

Constructor Summary
PreprocessorException()
           
PreprocessorException(java.lang.String arg0)
           
PreprocessorException(java.lang.String arg0, java.lang.Throwable arg1)
           
PreprocessorException(java.lang.Throwable arg0)
           
 
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

PreprocessorException

public PreprocessorException()

PreprocessorException

public PreprocessorException(java.lang.String arg0,
                             java.lang.Throwable arg1)

PreprocessorException

public PreprocessorException(java.lang.String arg0)

PreprocessorException

public PreprocessorException(java.lang.Throwable arg0)