edu.stanford.nlp.semgrex
Class SemgrexParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.stanford.nlp.semgrex.SemgrexParseException
- All Implemented Interfaces:
- Serializable
public class SemgrexParseException
- extends RuntimeException
A runtime exception that indicates something went wrong parsing a
semgrex 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 |
SemgrexParseException
public SemgrexParseException(String message,
Throwable cause)
Stanford NLP Group