edu.stanford.nlp.parser.lexparser
Class NoSuchParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.NoSuchElementException
                  extended by edu.stanford.nlp.parser.lexparser.NoSuchParseException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchParseException
extends java.util.NoSuchElementException

See Also:
Serialized Form

Constructor Summary
NoSuchParseException()
           
NoSuchParseException(java.lang.String error)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchParseException

public NoSuchParseException()

NoSuchParseException

public NoSuchParseException(java.lang.String error)


Stanford NLP Group