Class ChildErrorContext

java.lang.Object
org.apache.drill.common.exceptions.ChildErrorContext
All Implemented Interfaces:
CustomErrorContext
Direct Known Subclasses:
FileScanFramework.FileRowSetContext, FileSchemaNegotiatorImpl.SplitErrorContext

public class ChildErrorContext extends Object implements CustomErrorContext
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.