Package eu.clarin.sru.fcs.qlparser
Class AbstractQueryParser.ExpressionTreeBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.clarin.sru.fcs.qlparser.AbstractQueryParser.ExpressionTreeBuilderException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractQueryParser<Q extends AbstractQueryNode<Q,T,V>,T extends AbstractQueryNode.AbstractQueryNodeType,V extends AbstractQueryNode.AbstractQueryVisitor>
protected static final class AbstractQueryParser.ExpressionTreeBuilderException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionTreeBuilderException(String message)
ExpressionTreeBuilderException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-