Class ChildErrorContext
java.lang.Object
org.apache.drill.common.exceptions.ChildErrorContext
- All Implemented Interfaces:
CustomErrorContext
- Direct Known Subclasses:
FileScanFramework.FileRowSetContext
,FileSchemaNegotiatorImpl.SplitErrorContext
Represents an additional level of error context detail that
adds to that provided by some outer context. Done via composition
rather than subclassing to allow many child contexts to work with
many parent contexts.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ChildErrorContext
-
-
Method Details
-
addContext
- Specified by:
addContext
in interfaceCustomErrorContext
-