edu.stanford.nlp.trees.tregex.tsurgeon
Class TsurgeonParseException

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.tsurgeon.TsurgeonParseException
All Implemented Interfaces:
Serializable

public class TsurgeonParseException
extends RuntimeException

A runtime exception that indicates something went wrong parsing a tsurgeon 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
TsurgeonParseException(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

TsurgeonParseException

public TsurgeonParseException(String message,
                              Throwable cause)


Stanford NLP Group