edu.stanford.nlp.trees.tregex
Class TregexParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.stanford.nlp.trees.tregex.TregexParseException
All Implemented Interfaces:
Serializable

public class TregexParseException
extends RuntimeException

A runtime exception that indicates something went wrong parsing a tregex expression. The purpose is to make those exceptions unchecked exceptions, as there are only a few circumstances in which one could recover.

Author:
John Bauer
See Also:
Serialized Form

Constructor Summary
TregexParseException(String message, Throwable cause)
           
 
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

TregexParseException

public TregexParseException(String message,
                            Throwable cause)


Stanford NLP Group