Uses of Class
com.pervasive.datarush.graphs.DROperatorException
Packages that use DROperatorException
Package
Description
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 DROperatorExceptionModifier and TypeMethodDescriptionvoidDROperatorException.merge(DROperatorException ex) Combine another composite exception with this one.Methods in com.pervasive.datarush.graphs that throw DROperatorExceptionModifier and TypeMethodDescriptionvoidGraphCompilationListener.preCompile(MetadataContext ctx, GraphPath path, LogicalOperator operator) Invoked just prior to compiling an operator.