Package org.apache.calcite.plan
Class SubstitutionVisitor.MatchFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.calcite.util.ControlFlowException
org.apache.calcite.plan.SubstitutionVisitor.MatchFailed
- All Implemented Interfaces:
Serializable
- Enclosing class:
SubstitutionVisitor
Exception thrown to exit a matcher. Not really an error.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.calcite.util.ControlFlowException
fillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MatchFailed
protected MatchFailed()
-