Uses of Class
com.pervasive.datarush.graphs.DROperatorException
-
Packages that use DROperatorException Package Description com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs. -
-
Uses of DROperatorException in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs with parameters of type DROperatorException Modifier and Type Method Description void
DROperatorException. merge(DROperatorException ex)
Combine another composite exception with this one.Methods in com.pervasive.datarush.graphs that throw DROperatorException Modifier and Type Method Description void
GraphCompilationListener. preCompile(MetadataContext ctx, GraphPath path, LogicalOperator operator)
Invoked just prior to compiling an operator.
-