edu.stanford.nlp.trees.tregex
Class TregexParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TregexParseException
public TregexParseException(String message,
Throwable cause)
Stanford NLP Group